Skip to content

Commit

Permalink
fix: misleading log
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 4, 2024
1 parent 1529a3e commit 3b8984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const createInstallMachine = (initialContext: InstallMachineContext) => {
input.stateData.stepsCompleted.createEnvFile = true;
saveState(input.stateData, input.projectDir);
} catch (error) {
console.error('Error in initializeProjectActor:', error);
console.error('Error in createEnvFileActor:', error);
throw error;
}
}),
Expand Down

0 comments on commit 3b8984a

Please sign in to comment.