Await log require in cli app because of changes to local module.

This commit is contained in:
mmcwilliams 2019-03-08 22:33:23 -05:00
parent 95b6f77848
commit 15bb696b59
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function parsePattern () {
}
async function main (arg) {
log = require('log')(arg)
log = await require('log')(arg)
log.info('mcopy-cli')