This commit is contained in:
syuilo 2019-04-09 23:31:41 +09:00
parent e3c0058942
commit 69939f1edb
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 0 deletions

View File

@ -462,6 +462,8 @@ async function main() {
console.error(e); console.error(e);
} }
} }
console.log('DONE :)');
} }
main(); main();