mirror of https://github.com/AMT-Cheif/drift.git
Fix web worker example
This commit is contained in:
parent
8498cfb8d9
commit
2fb7300ad2
|
@ -182,7 +182,7 @@ Future<DatabaseConnection> connectToDriftWorker(String workerJsUri,
|
|||
));
|
||||
}
|
||||
|
||||
return connectToRemoteAndInitialize(channel, debugLog: true);
|
||||
return connectToRemoteAndInitialize(channel);
|
||||
}
|
||||
|
||||
class _RunningDriftWorker {
|
||||
|
|
|
@ -13,6 +13,6 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.1.11
|
||||
build_web_compilers: ^3.2.3
|
||||
build_web_compilers: ^4.0.0
|
||||
lints: ^2.0.0
|
||||
drift_dev:
|
||||
|
|
Loading…
Reference in New Issue