chrome-remote-multiplex
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -10,2 +10,4 @@ #!/usr/bin/env node | ||
var PACKAGE = require("../package.json"); | ||
var argv = require("yargs").usage("$0 [args]").options({ | ||
@@ -35,3 +37,3 @@ "connect-to": { | ||
server.listen().then(function () { | ||
console.log("Connected to remote headless Chrome at http://" + server.options.remoteClient + "\nTo start debugging, browse to http://localhost:" + server.options.listenPort); | ||
console.log(PACKAGE.name + " v" + PACKAGE.version + "\n" + "Report issues at " + PACKAGE.bugs.url + "\n\n" + "Connected to remote headless Chrome at http://" + server.options.remoteClient + "\nTo start debugging, browse to http://localhost:" + server.options.listenPort); | ||
return new Promise(function () {}); | ||
@@ -38,0 +40,0 @@ }).catch(function (err) { |
{ | ||
"name": "chrome-remote-multiplex", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Allows multiple Chrome DevTools Clients to connect to a single Remote Debugger (ie Chrome Headless) instance", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
65322
668