[enh] add BMA watcher + reorganize code

This commit is contained in:
2019-06-08 18:34:39 +02:00
parent d02de7842f
commit 5544d56ebb
13 changed files with 232 additions and 606 deletions

View File

@@ -23,8 +23,6 @@ process.on('unhandledRejection', (err) => {
await dwatch(argv.conf || path.join(__dirname, '../app.yml'))
} catch (e) {
console.error(e)
} finally {
console.log('Finished')
}
})()