mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typos
This commit is contained in:
parent
54c19226bf
commit
f8b51822af
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ class JobManager {
|
|||
});
|
||||
}
|
||||
|
||||
// Can potentially standardise the result here
|
||||
// Can potentially standardize the result here
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ class JobManager {
|
|||
}
|
||||
} catch (err) {
|
||||
// NOTE: each job should be written in a safe way and handle all errors internally
|
||||
// if the error is caught here jobs implementaton should be changed
|
||||
// if the error is caught here jobs implementation should be changed
|
||||
logging.error(new UnhandledJobError({
|
||||
context: (typeof job === 'function') ? 'function' : job,
|
||||
err
|
||||
|
|
Loading…
Add table
Reference in a new issue