bug fix for debugging in the GUI -- would fail on completion
diff --git a/client/lib/debug-nodejs.js b/client/lib/debug-nodejs.js
index a9174a3..74d3155 100644
--- a/client/lib/debug-nodejs.js
+++ b/client/lib/debug-nodejs.js
@@ -125,7 +125,7 @@
 		    }
 		    if (!addrInUse) {
 			try { tmpfileCleanupCallback(); } catch (e) { }
-			ok_(done());
+			ok_(done);
 		    }
 		}
 		child.on('close', cleanUpSubprocesses);