From c1cc02c21772c1e28a81371968634d57d04e8a9f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 24 Apr 2024 03:33:12 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chrome.js b/lib/chrome.js index acc17f3..271b429 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -103,7 +103,7 @@ var ChromeObject = function(interfaces) { this.setUserDataDir = function(dirname) { if (dirname != null) { - this.userDataDir = dirname + "\\" + this.profileName; + this.userDataDir = dirname; } else { this.userDataDir = SHELL.getPathOfMyDocuments() + "\\UserData_Chrome_" + this.profileName; }