mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed typo
This commit is contained in:
parent
55060e323c
commit
0e2c5cdb45
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if (!isMainThread) {
|
|||
// 'cancelled' is an allternative method to signal job was terminated
|
||||
// because of parent initiated reason (e.g.: parent process interuption)
|
||||
// differs from 'done' by producing different
|
||||
// logging - shows the job was cancelle instead of completing
|
||||
// logging - shows the job was cancelled instead of completing
|
||||
parentPort.postMessage('done');
|
||||
// parentPort.postMessage('cancelled');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue