mirror of
https://github.com/chenasraf/dart_script_runner.git
synced 2026-05-17 17:48:03 +00:00
build: fix
This commit is contained in:
@@ -173,7 +173,7 @@ class ScriptRunnerConfig {
|
||||
if (config != null) {
|
||||
final source = await explorer.findConfig();
|
||||
if (source != null) {
|
||||
return {source: config};
|
||||
return {source.path: config};
|
||||
}
|
||||
}
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user