From adb2ff7e71fca5ffb6251fc19ecb325c0607902d Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 20 Dec 2018 21:43:31 +0700 Subject: [PATCH] Updated lolisafe.js --- lolisafe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lolisafe.js b/lolisafe.js index b6789aa..44ddb0d 100644 --- a/lolisafe.js +++ b/lolisafe.js @@ -65,7 +65,7 @@ safe.use('/', nojs) safe.use('/api', api) if (!Array.isArray(config.pages) || !config.pages.length) { - console.error('config.pages is not an array or is an empty array. This won\t do!') + console.error('config.pages is not an array or is an empty array. This won\'t do!') process.exit(1) }