This commit is contained in:
syuilo 2019-04-09 23:31:41 +09:00
parent bd58a1c990
commit 1c3a8acae8

View File

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