1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Remove debugger

This commit is contained in:
Adria Navarro 2024-02-08 13:47:27 +01:00
parent 57952131ac
commit 2ffe3d7153

View file

@ -126,7 +126,6 @@ export class IsolatedVM implements VM {
}
withContext(context: Record<string, any>) {
debugger
this.addToContext(context)
return this
}