mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +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(
|
||||
source: source.sourceCode!.replaceAll('Client(source)', 'Client()'),
|
||||
args: source.toMSource(),
|
||||
positionalArgs: [source.toMSource()],
|
||||
);
|
||||
return interpreter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue