warn message

pull/454/head
yann300 8 years ago
parent a9d193c781
commit e9c175976b
  1. 2
      src/main.js

@ -10,6 +10,8 @@ program
if (!program.sharedFolder) {
program.outputHelp()
process.exit(1)
} else {
console.log('\x1b[33m%s\x1b[0m', '[WARN] Any application that runs on your computer can potentially read from and write to all files in the directory.\n')
}
var router = new Router()

Loading…
Cancel
Save