diff --git a/cyberwow/lib/controller/syncing.dart b/cyberwow/lib/controller/syncing.dart index 803777e..e1abefc 100644 --- a/cyberwow/lib/controller/syncing.dart +++ b/cyberwow/lib/controller/syncing.dart @@ -62,4 +62,7 @@ Stream runBinary (String name) async* { await for (var line in outputProcess.stdout.transform(utf8.decoder)) { yield line; } + + // the app should never reach here + exit(1); }