diff --git a/cyberwow/lib/controller/syncing.dart b/cyberwow/lib/controller/syncing.dart index eea5949..9c09946 100644 --- a/cyberwow/lib/controller/syncing.dart +++ b/cyberwow/lib/controller/syncing.dart @@ -63,6 +63,8 @@ Stream runBinary (String name) async* { yield line; } + if (isPC) return; + // the app should never reach here log.severe('Daemon is gone!'); exit(1);