Updated lolisafe.js

This commit is contained in:
Bobby Wibowo 2018-12-20 21:43:31 +07:00
parent 00a4e44758
commit adb2ff7e71
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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)
}