add default cb function

pull/5370/head
yann300 6 years ago
parent 75c54d97a9
commit cdf10c6dcc
  1. 2
      remix-lib/src/code/breakpointManager.js

@ -21,7 +21,7 @@ class BreakpointManager {
this.breakpoints = {} this.breakpoints = {}
this.locationToRowConverter = _locationToRowConverter this.locationToRowConverter = _locationToRowConverter
this.previousLine this.previousLine
this.jumpToCallback = _jumpToCallback this.jumpToCallback = _jumpToCallback || (() => {})
} }
/** /**

Loading…
Cancel
Save