From ecbd3a6d952eb7ccaace53038a3ba93ff301537c Mon Sep 17 00:00:00 2001 From: synox Date: Sun, 7 Apr 2019 16:48:06 +0700 Subject: [PATCH] better output --- cli.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cli.js b/cli.js index 289c7e4..3721bbc 100644 --- a/cli.js +++ b/cli.js @@ -100,6 +100,12 @@ async function init(args) { }) }) ) + + console.log( + '\n', + logSymbols.info, + 'Remember to restart GoPro Quik to see the new media.' + ) } finally { if (media) { media.end()