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

View file

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