This commit is contained in:
syuilo
2019-04-09 23:31:41 +09:00
parent e3c0058942
commit 69939f1edb

View File

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