Skip to content

Commit b504e72

Browse files
committed
version 0.0.1
1 parent a981ec8 commit b504e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ shell.RunString(
5252
// if `echo` is `true`, log to console automatically
5353
Console.WriteLine("message!");
5454
},
55-
OnError = (e, s) {
56-
Console.WriteLine("error!");
55+
OnError = (e) {
56+
Console.WriteLine(e.Data);
5757
},
5858
OnComplete = () {
5959
Console.WriteLine("complete!");

0 commit comments

Comments
 (0)