We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36bf26 commit 23a6607Copy full SHA for 23a6607
rust-script/src/runtime/resource_loader.rs
@@ -62,7 +62,7 @@ impl IResourceFormatLoader for RustScriptResourceLoader {
62
return GString::new();
63
}
64
65
- if script_lang.validate_path(path).is_empty() {
+ if !script_lang.validate_path(path).is_empty() {
66
67
68
0 commit comments