Update chrome.js

This commit is contained in:
Namhyeon Go 2021-06-20 06:13:00 +09:00 committed by GitHub
parent 2511a2ac5b
commit 10e70e0a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,9 @@ var ChromeObject = function() {
}
// create shoutcut to desktop
this.createShoutcut();
if (this.debuggingPort == 0) {
this.createShoutcut();
}
/*
var process;