mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 18:21:20 +00:00
Removed infinite loop.
This commit is contained in:
parent
e8faecef5b
commit
8c32f5cb4d
1 changed files with 0 additions and 4 deletions
|
|
@ -37,10 +37,6 @@ namespace Cosmos.Shell.Console {
|
|||
stages.Run();
|
||||
System.Console.WriteLine("Done");
|
||||
|
||||
while (true)
|
||||
;
|
||||
|
||||
|
||||
stages.Teardown();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue