bitfab-cli 0.2.161 → 0.2.163
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 +0 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10855,20 +10855,8 @@ var DaemonChannel = class _DaemonChannel {
|
|
|
10855
10855
|
this.client.destroy();
|
|
10856
10856
|
throw new StudioNavigationError(navRes.reason ?? "unknown", void 0, openRes.sessionId);
|
|
10857
10857
|
}
|
|
10858
|
-
writeActiveStudioSession({
|
|
10859
|
-
sessionId: openRes.sessionId,
|
|
10860
|
-
serviceUrl: this.serviceUrl,
|
|
10861
|
-
source: "daemon",
|
|
10862
|
-
currentPath: path20
|
|
10863
|
-
});
|
|
10864
10858
|
return { sessionId: openRes.sessionId, opened: false };
|
|
10865
10859
|
}
|
|
10866
|
-
writeActiveStudioSession({
|
|
10867
|
-
sessionId: openRes.sessionId,
|
|
10868
|
-
serviceUrl: this.serviceUrl,
|
|
10869
|
-
source: "daemon",
|
|
10870
|
-
currentPath: path20
|
|
10871
|
-
});
|
|
10872
10860
|
return { sessionId: openRes.sessionId, opened: true };
|
|
10873
10861
|
}
|
|
10874
10862
|
async close(sessionId, message) {
|