Skip to content

Commit a0bf7e1

Browse files
authored
Make pipeline runtime exceptions warnings in log (#768)
1 parent 105096a commit a0bf7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Session/PowerShellContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ await Task.Factory.StartNew<IEnumerable<TResult>>(
584584
catch (RuntimeException e)
585585
{
586586
this.logger.Write(
587-
LogLevel.Error,
587+
LogLevel.Warning,
588588
"Runtime exception occurred while executing command:\r\n\r\n" + e.ToString());
589589

590590
hadErrors = true;

0 commit comments

Comments
 (0)