diff --git a/cyberwow/lib/state.dart b/cyberwow/lib/state.dart index 663b801..3c82cc7 100644 --- a/cyberwow/lib/state.dart +++ b/cyberwow/lib/state.dart @@ -149,7 +149,7 @@ class LoadingState extends HookedState { } class SyncingState extends HookedState { - final Queue stdout = Queue(); + final Queue stdout = Queue.from(['']); bool synced = false;