add one transform to make no one can modify origin genCoroutine.

This commit is contained in:
Rintim 2023-09-05 00:09:32 +08:00
parent f6cf169e53
commit 0d68c26f86
1 changed files with 2 additions and 2 deletions

View File

@ -7153,8 +7153,8 @@
'无名杀 - 录像 - '+_status.videoToSave.name[0]+' - '+_status.videoToSave.name[1]);
}
},
genAsync:genAsync,
genAwait:genAwait,
genAsync:fn=>genAsync(fn),
genAwait:gen=>genAwait(gen),
init:{
init:function(){
if(typeof __dirname==='string'&&__dirname.length){