@bulletproof-sh/ctrl-daemon 0.0.11 → 0.0.12
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4384,7 +4384,7 @@ function buildWebUrl(port, host) {
|
|
|
4384
4384
|
if (port === DEFAULT_WS_PORT)
|
|
4385
4385
|
return WEB_APP_BASE_URL;
|
|
4386
4386
|
const wsUrl = `ws://${host}:${port}/ws`;
|
|
4387
|
-
return `${WEB_APP_BASE_URL}?daemon=${
|
|
4387
|
+
return `${WEB_APP_BASE_URL}?daemon=${wsUrl}`;
|
|
4388
4388
|
}
|
|
4389
4389
|
function printReady(port, host, version2, updateMsg) {
|
|
4390
4390
|
const versionStr = version2 ? ` ${DM}v${version2}${RS}` : "";
|