Skip to content

Commit 4f99c2e

Browse files
committed
Revert "Wait on handled errors to give users a chance to see them."
This reverts commit 9a143e7.
1 parent 62ce990 commit 4f99c2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Azure.Functions.Cli/ConsoleApp.cs

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ 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);
6260
}
6361
}
6462
}

0 commit comments

Comments
 (0)