Skip to content

Commit

Permalink
fix: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Oct 29, 2024
1 parent d0737b8 commit 9604589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preload/src/modules/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export async function updateProject(updatedProject: Project): Promise<Project> {
return getProject(project.path);
} catch (error: any) {
throw new Error(
`Could not update the scene.json info with project in "${project.path}": ${error.message}`,
`Could not update the scene.json info with project in "${updatedProject.path}": ${error.message}`,
);
}
}
Expand Down

0 comments on commit 9604589

Please sign in to comment.