We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a981ec8 commit b504e72Copy full SHA for b504e72
README.md
@@ -52,8 +52,8 @@ shell.RunString(
52
// if `echo` is `true`, log to console automatically
53
Console.WriteLine("message!");
54
},
55
- OnError = (e, s) {
56
- Console.WriteLine("error!");
+ OnError = (e) {
+ Console.WriteLine(e.Data);
57
58
OnComplete = () {
59
Console.WriteLine("complete!");
0 commit comments