Skip to content

Commit debde32

Browse files
committed
build: fix
1 parent 1d1bde4 commit debde32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class ScriptRunnerConfig {
173173
if (config != null) {
174174
final source = await explorer.findConfig();
175175
if (source != null) {
176-
return {source: config};
176+
return {source.path: config};
177177
}
178178
}
179179
return {};

0 commit comments

Comments
 (0)