fix logic for PC emu debuging

pull/2/head
fuwa 5 years ago
parent 7ed76efd02
commit 3ffa4c25cb

@ -63,6 +63,8 @@ Stream<String> runBinary (String name) async* {
yield line;
}
if (isPC) return;
// the app should never reach here
log.severe('Daemon is gone!');
exit(1);