There was an error while loading. Please reload this page.
2 parents 3f2c2b7 + fc57d95 commit 2de7f45Copy full SHA for 2de7f45
1 file changed
.github/workflows/.build.yml
@@ -47,7 +47,7 @@ jobs:
47
ignoreReturnCode: true
48
});
49
if (resPrint.stderr.length > 0 && resPrint.exitCode != 0) {
50
- throw new Error(res.stderr);
+ throw new Error(resPrint.stderr);
51
}
52
def = JSON.parse(resPrint.stdout.trim());
53
0 commit comments