Minor cleanup.
This commit is contained in:
@@ -131,9 +131,9 @@ impl Engine {
|
||||
#[cfg(feature = "debugging")]
|
||||
if self.is_debugger_registered() {
|
||||
global.debugger_mut().status = crate::eval::DebuggerStatus::Terminate;
|
||||
let mut this = crate::Dynamic::NULL;
|
||||
let mut this_ptr = crate::Dynamic::NULL;
|
||||
let node = &crate::ast::Stmt::Noop(crate::Position::NONE);
|
||||
self.run_debugger(global, caches, scope, &mut this, node)?;
|
||||
self.run_debugger(global, caches, scope, &mut this_ptr, node)?;
|
||||
}
|
||||
Ok(())
|
||||
})
|
||||
|
Reference in New Issue
Block a user