diff --git a/lib/chrome.js b/lib/chrome.js index 16bb024..ff5c262 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -119,7 +119,9 @@ var ChromeObject = function() { } // create shoutcut to desktop - this.createShoutcut(); + if (this.debuggingPort == 0) { + this.createShoutcut(); + } /* var process;