From 5254a7c812c7f8db0d4553189345d46b79b02542 Mon Sep 17 00:00:00 2001 From: Philipp von Radziewsky Date: Sat, 27 Aug 2016 19:49:56 +0200 Subject: [PATCH] Dispose connections correctly --- lib/debugger-proxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/debugger-proxy.js b/lib/debugger-proxy.js index 2efc12a..b8e968b 100644 --- a/lib/debugger-proxy.js +++ b/lib/debugger-proxy.js @@ -54,6 +54,7 @@ export default class DebuggerProxy { this.activeDebugger = null this.activeSubscriptions.dispose() + this.activeSubscriptions = new CompositeDisposable() for (let breakpoint of this.breakpoints) {