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
I can fix it by dispose the inspector session before isolate:
importIVMfrom"isolated-vm";constisolate=newIVM.Isolate({inspector: true});constinspector=isolate.createInspectorSession();try{console.log("dispose - try");inspector.dispose();// need to dispose ALL sessions before isolateisolate.dispose();}finally{console.log("dispose - finally");}
The text was updated successfully, but these errors were encountered:
setTimeout
function: nothis code causes an ctitical error
I can fix it by dispose the inspector session before isolate:
The text was updated successfully, but these errors were encountered: