From e9c175976bdb246b24dfafb07b78259746fd41c3 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 28 Jun 2017 14:51:52 +0200 Subject: [PATCH] warn message --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index 7884f17827..d13a557520 100644 --- a/src/main.js +++ b/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()