fraim 2.0.138 → 2.0.139
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.
|
@@ -762,7 +762,6 @@ class FirstRunSessionService {
|
|
|
762
762
|
const hubServer = new AiHubServer({ projectPath: this.state.workspacePath });
|
|
763
763
|
await hubServer.start(port);
|
|
764
764
|
const hubUrl = `http://127.0.0.1:${port}/ai-hub/?firstRun=true`;
|
|
765
|
-
this.openBrowser(hubUrl);
|
|
766
765
|
appendInstallLog(`hub-opened ${hubUrl}`);
|
|
767
766
|
return {
|
|
768
767
|
ok: true,
|