diff options
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI')
-rw-r--r-- | modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs index 4db71500da..450c4bf0cb 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs +++ b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs @@ -113,8 +113,7 @@ namespace GodotTools.IdeMessaging.CLI } } - ExitMainLoop: - + ExitMainLoop: await forwarder.WriteLineToOutput("Event=Quit"); } |