Skip to content

Commit 44654e2

Browse files
committed
🤖 fix: use workspacePath property in script listing handler
Change-Id: I5f68ec574f9a1c966140163e876d5039acf9a28a Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 9bc0300 commit 44654e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/services/ipcMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ export class IpcMain {
17451745
if (!workspace) {
17461746
return Err(`Workspace ${workspaceId} not found in config`);
17471747
}
1748-
const workspacePath = workspace.path;
1748+
const workspacePath = workspace.workspacePath;
17491749

17501750
const metadata = metadataResult.data;
17511751
const runtimeConfig = metadata.runtimeConfig ?? {

0 commit comments

Comments
 (0)