Skip to content

Commit

Permalink
Dispose connections correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
philippvr committed Aug 27, 2016
1 parent 283178d commit 5254a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/debugger-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default class DebuggerProxy {

this.activeDebugger = null
this.activeSubscriptions.dispose()
this.activeSubscriptions = new CompositeDisposable()

for (let breakpoint of this.breakpoints) {

Expand Down

0 comments on commit 5254a7c

Please sign in to comment.