feat: add exit event

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-04-03 02:41:17 +08:00
parent b55e662f81
commit b8440b83de
3 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,4 @@
function exit() {
console.debug('exit finish!')
}
exit()