Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
EditorFileSystemDirectory::get_file_deps()
may return wrong res…
…ults Limit the maxsplit to `8` to get complete `deps`. `deps` caches the return value of `ResourceLoader::get_dependencies()`, which is also separated by "::". "::" is quite popular as a splitter.
- Loading branch information