Skip to content

Commit 3af9dd9

Browse files
committed
WRAP
1 parent 45f924c commit 3af9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-nodejs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function getExitStatus(code) {
194194
// Bad License
195195
if (code == 2) status += WRAP + '💡 You may evaluate FileBot Node by using [Dry Run] instead of [Execute]'
196196
}
197-
return status
197+
return status + WRAP
198198
}
199199

200200
function spawnChildProcess(command, arguments) {

0 commit comments

Comments
 (0)