Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Oct 23, 2024
1 parent d7dd357 commit 0def0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/server/channels/app.mts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async function previewStart(
code: code,
});
},
onError: (error) => {
onError: (_error) => {
// Errors happen when we try to run vite before node modules are installed.
// Make sure we clean up the app process and inform the client.
deleteAppProcess(app.externalId, 'vite:server');
Expand Down

0 comments on commit 0def0eb

Please sign in to comment.