Update breakpointManager.js

pull/7/head
yann300 7 years ago committed by GitHub
parent 17462c1439
commit 78c60d0711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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