Skip to content

Commit

Permalink
remove superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Mar 23, 2016
1 parent ea84999 commit 6be769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/echo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ var process = require('process')
message = process.argv.splice(2).join(' ')

if (message.indexOf('&echo') == 0) {
console.log(message.substring(5));
console.log(message.substring(5))
}

0 comments on commit 6be769c

Please sign in to comment.