style: line-disable irrelevant handle-callback-err
This commit is contained in:
parent
a65f20ea45
commit
0b1c5830d9
@ -468,10 +468,10 @@ const run = (tasks = [], ctx = {}, prefix = '') =>
|
|||||||
|
|
||||||
return Object.assign({}, context, isPlainObject(nCtx) ? nCtx : {});
|
return Object.assign({}, context, isPlainObject(nCtx) ? nCtx : {});
|
||||||
},
|
},
|
||||||
// eslint-disable-next-line handle-callback-err
|
|
||||||
ctx
|
ctx
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// eslint-disable-next-line handle-callback-err
|
||||||
const exit = err => {
|
const exit = err => {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user