Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6856f24

Browse files
Fixing silly mistake
1 parent 086d671 commit 6856f24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

octorun/src/output.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var outputResult = function (status, results, errors, preventExit) {
2525
}
2626
}
2727
else if (results.toString) {
28-
process.stdout.write(errors.toString());
28+
process.stdout.write(results.toString());
2929
process.stdout.write(endOfLine);
3030
}
3131
else {

src/GitHub.Api/Resources/octorun.zip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9f2f00f55dddb87e5b277ce7e03f5f702354a2b1b0eef23866261224e9842566
3-
size 219655
2+
oid sha256:ac6b09ebe88bb66f5aefdd262bd9cbf9819fd6a0b7f996acfa746dc33f4dbe74
3+
size 219653
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e275418969f0a403aac15df307c9452b
1+
e562a8ccf9ef1e1d00a2e9a72f8234cf

0 commit comments

Comments
 (0)