Index: samples/total/src/TotalRunner.dart |
diff --git a/samples/total/src/TotalRunner.dart b/samples/total/src/TotalRunner.dart |
index 1785e7cb6249da3a74e85ff7cb3c66c28565b659..0a93d4a585afc7e8a4e3f3e58a9e212441450e3b 100755 |
--- a/samples/total/src/TotalRunner.dart |
+++ b/samples/total/src/TotalRunner.dart |
@@ -15,6 +15,7 @@ void main() { |
void keepServerRunning(int status, ServerRunner runner) { |
switch (runner.lastExitString) { |
case RESTART: |
+ runner.lastExitString = ''; |
runner.run(keepServerRunning); |
break; |
case EXIT: |