mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-14 03:00:38 +00:00
+
This commit is contained in:
parent
6b70fff6cc
commit
7c4c8d8a20
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class DartExtensionService implements ExtensionService {
|
||||||
|
|
||||||
interpreter.execute(
|
interpreter.execute(
|
||||||
source: source.sourceCode!.replaceAll('Client(source)', 'Client()'),
|
source: source.sourceCode!.replaceAll('Client(source)', 'Client()'),
|
||||||
args: source.toMSource(),
|
positionalArgs: [source.toMSource()],
|
||||||
);
|
);
|
||||||
return interpreter;
|
return interpreter;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue