Merge pull request #558 from PZ157/PR-Branch

删TODO注释
This commit is contained in:
Spmario233 2023-10-21 00:08:46 +08:00 committed by GitHub
commit f82edbdbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39966,7 +39966,7 @@
}
var next=event.generatorContent.next();
if(typeof next.value=='function'&&next.value.toString()=='code=>eval(code)'){
//TODO:触发debugger
//触发debugger
var inputCallback=inputResult=>{
if(inputResult===false){
event.debugging=true;
@ -40004,7 +40004,7 @@
}
var next=event.generatorContent.next();
if(typeof next.value=='function'&&next.value.toString()=='code=>eval(code)'){
//TODO:触发debugger
//触发debugger
var inputCallback=inputResult=>{
if(inputResult===false){
event.debugging=true;