Skip to content

Commit

Permalink
fix:fix callback-input
Browse files Browse the repository at this point in the history
  • Loading branch information
KiichiSugihara committed Jan 25, 2021
1 parent ccc371a commit 8d209f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test.js
Expand Up @@ -18,5 +18,11 @@ exec('oj t -c "npx ts-node main.ts"', (err, stdout, stderr) => {
if (err) {
console.log(err);
}
console.log("Test Result", stderr);
if (stderr) {
console.log(stderr);
}
if (stdout) {
console.log("Test Result");
console.log(stdout);
}
});

0 comments on commit 8d209f5

Please sign in to comment.