Skip to content

Commit

Permalink
chore: Fix typo, thanks @MateusFrFreitas (#9093)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateus Franchini de Freitas <[email protected]>
  • Loading branch information
MateusFrFreitas and Mateus Franchini de Freitas authored Jan 16, 2025
1 parent 4cef4f0 commit 29cd2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-server/src/server/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export class ServerContainer {
process.exit(1);
}
} else {
console.log(`Recevied ${signal} signal, terminating with process exit`);
console.log(`Received ${signal} signal, terminating with process exit`);
process.exit(0);
}
});
Expand Down

0 comments on commit 29cd2fb

Please sign in to comment.