mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
eslint corrections
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = exports = class Manifest {
|
||||
|
||||
hash ({ action, input, output, ...task }) {
|
||||
if (!isFunction(action)) {
|
||||
console.error({ action, input, output });
|
||||
console.error({ action, input, output }); // eslint-disable-line
|
||||
throw new Error('Task action is not a task action (function).');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user