You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letglobalStr: string|null='abc'constasyncFun=async()=>{if(globalStr){console.log(globalStr)awaitnewPromise(res=>setTimeout(res,3000))console.log(globalStr)// Is globalStr of type string wrong?}}asyncFun()globalStr=null
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: No
1.Version information:
Version: 1.96.0 (Universal)
Commit: 138f619c86f1199955d53b4166bef66ef252935c
Date: 2024-12-11T02:29:09.626Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.4.0
2.The bug recurrence code is as follows:
The text was updated successfully, but these errors were encountered: