Update breakpointManager.js

pull/5370/head
yann300 6 years ago committed by GitHub
parent f73ae22dda
commit 811080af35
  1. 2
      remix-lib/src/code/breakpointManager.js

@ -107,7 +107,7 @@ class BreakpointManager {
currentStep += direction
}
this.event.trigger('NoBreakpointHit', [])
if (this.debugger.stepManager && defaultToLimit) {
if (defaultToLimit) {
if (direction === -1) {
this.jumpToCallback(0)
} else if (direction === 1) {

Loading…
Cancel
Save