Skip to content

Commit dc0bd1b

Browse files
save file
1 parent 3406299 commit dc0bd1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,10 @@ <h3>
483483
var {txt,error} = await get(src);
484484
if(error)return;
485485

486-
var str = detect(txt);
487-
console.log(str);
488-
486+
var str = await detect(txt);
487+
$(nitem,'#info').textContent = str;
488+
console.log(str);
489+
489490
}//info
490491

491492

0 commit comments

Comments
 (0)