From f633034befb44ba0465271c464b063ddaa10c552 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 31 May 2018 16:55:29 -0300 Subject: Group browse --- index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index 5546f6d..676a5f1 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ async function main() { ] } - // grouplike = require('./flat.json') + // grouplike = require('./library.json') grouplike = updatePlaylistFormat(grouplike) @@ -69,4 +69,7 @@ async function main() { }, 50) } -main().catch(err => console.error(err)) +main().catch(err => { + console.error(err) + process.exit(1) +}) -- cgit 1.3.0-6-gf8a5