Skip to content

Commit 9a143e7

Browse files
committed
Wait on handled errors to give users a chance to see them.
1 parent 8726bf3 commit 9a143e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Azure.Functions.Cli/ConsoleApp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public static async Task RunAsync<T>(string[] args, IContainer container)
5757
{
5858
ColoredConsole.Error.WriteLine(ErrorColor(ex.Message));
5959
}
60+
ColoredConsole.Write("Press any to continue....");
61+
Console.ReadKey(true);
6062
}
6163
}
6264
}

0 commit comments

Comments
 (0)