Skip to content

Commit

Permalink
fix live preivew when space in windows user path
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Mar 21, 2023
1 parent bb7d9dd commit 5d26a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function _launchChromeWithRDP(url, enableRemoteDebugging) {
"--disable-default-apps",
"--allow-file-access-from-files",
"--remote-debugging-port=9222",
`--user-data-dir="%appdata%/BracketsChromeProfile"`,
'--user-data-dir="%appdata%/BracketsChromeProfile"',
"--remote-allow-origins=*"
]});
}
Expand Down

0 comments on commit 5d26a28

Please sign in to comment.