Skip to content

Commit

Permalink
Merge pull request #23 from education/remove-stdio-inherit
Browse files Browse the repository at this point in the history
log message in human readable form
  • Loading branch information
ashishkeshan authored Mar 28, 2024
2 parents fdd695a + ea3b5a1 commit 6ffe8be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ function run() {
score = 0
}

if (message) {
console.log(message)
}

const result = {
version: 1,
status,
Expand Down

0 comments on commit 6ffe8be

Please sign in to comment.