gologin 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gologin.js +1 -1
- package/package.json +1 -1
package/gologin.js
CHANGED
|
@@ -749,7 +749,7 @@ class GoLogin {
|
|
|
749
749
|
this.port = remote_debugging_port;
|
|
750
750
|
|
|
751
751
|
const ORBITA_BROWSER = this.executablePath || this.browserChecker.getOrbitaPath;
|
|
752
|
-
|
|
752
|
+
debug(`ORBITA_BROWSER=${ORBITA_BROWSER}`)
|
|
753
753
|
const env = {};
|
|
754
754
|
Object.keys(process.env).forEach((key) => {
|
|
755
755
|
env[key] = process.env[key];
|