0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed typos

This commit is contained in:
Naz 2022-10-07 18:41:21 +08:00
parent 54c19226bf
commit f8b51822af
No known key found for this signature in database

View file

@ -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