Commit 205eec3d authored by yann300's avatar yann300

add default cb function

parent f79278f0
......@@ -21,7 +21,7 @@ class BreakpointManager {
this.breakpoints = {}
this.locationToRowConverter = _locationToRowConverter
this.previousLine
this.jumpToCallback = _jumpToCallback
this.jumpToCallback = _jumpToCallback || (() => {})
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment