Remove debugger
This commit is contained in:
parent
57952131ac
commit
2ffe3d7153
|
@ -126,7 +126,6 @@ export class IsolatedVM implements VM {
|
|||
}
|
||||
|
||||
withContext(context: Record<string, any>) {
|
||||
debugger
|
||||
this.addToContext(context)
|
||||
return this
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue