diff --git a/bin/now b/bin/now index 5c4f3bb..1daf155 100755 --- a/bin/now +++ b/bin/now @@ -90,6 +90,7 @@ async function sync (token) { const elapsed_u = ms(new Date() - start_u); console.log(`> Sync complete (${bytes(now.syncAmount)}) [${elapsed_u}] `); now.close(); + process.exit(0); }; if (now.syncAmount) {