Skip to content

Commit

Permalink
WRAP
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 7, 2020
1 parent 45f924c commit 3af9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-nodejs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function getExitStatus(code) {
// Bad License
if (code == 2) status += WRAP + '💡 You may evaluate FileBot Node by using [Dry Run] instead of [Execute]'
}
return status
return status + WRAP
}

function spawnChildProcess(command, arguments) {
Expand Down

0 comments on commit 3af9dd9

Please sign in to comment.