Skip to content

Commit 5616423

Browse files
committed
removed node-inspector dependency
1 parent 5749cac commit 5616423

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/services/android-debug-service.ts

-5
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@ class AndroidDebugService implements IDebugService {
236236

237237
private startDebuggerClient(port: Number): IFuture<void> {
238238
return (() => {
239-
//let nodeInspectorModuleFilePath = require.resolve("node-inspector");
240-
//let nodeInspectorModuleDir = path.dirname(nodeInspectorModuleFilePath);
241-
//let nodeInspectorFullPath = path.join(nodeInspectorModuleDir, "bin", "inspector");
242-
//this._debuggerClientProcess = this.$childProcess.spawn(process.argv[0], [nodeInspectorFullPath, "--debug-port", port.toString()], { stdio: "ignore", detached: true });
243-
//this.$processService.attachToProcessExitSignals(this, this.debugStop);
244239
this.$logger.info(`To start debugging, open the following URL in Chrome:\nchrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:${port}\n`);
245240
}).future<void>()();
246241
}

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"mkdirp": "0.5.1",
5656
"moment": "2.10.6",
5757
"mute-stream": "0.0.5",
58-
"node-inspector": "https://github.com/NativeScript/node-inspector/tarball/v0.7.4.2",
5958
"open": "0.0.5",
6059
"osenv": "0.1.3",
6160
"pbxproj-dom": "1.0.3",

0 commit comments

Comments
 (0)