mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
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 : {});
|
||||
},
|
||||
// eslint-disable-next-line handle-callback-err
|
||||
ctx
|
||||
);
|
||||
|
||||
// eslint-disable-next-line handle-callback-err
|
||||
const exit = err => {
|
||||
process.exit(1);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user