mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed a typo
This commit is contained in:
parent
57c3b4428d
commit
0e1c2ececb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let shutdown = false;
|
|||
|
||||
if (!isMainThread) {
|
||||
parentPort.on('message', (message) => {
|
||||
console.log(`paret message received: ${message}`);
|
||||
console.log(`parent message received: ${message}`);
|
||||
|
||||
// 'cancel' event is triggered when job has to to terminated before it finishes execution
|
||||
// usually it would come in when SIGINT signal is sent to a parent process
|
||||
|
|
Loading…
Add table
Reference in a new issue