Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
better output
Browse files Browse the repository at this point in the history
  • Loading branch information
synox committed Apr 7, 2019
1 parent 76559e9 commit ecbd3a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ecbd3a6

Please sign in to comment.