Showing 2 of 2 total issues
Function pipeline
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function pipeline() { const arg0 = arguments[0]; const handlers = Array.isArray(arg0) ? arg0 : Array.from(arguments); const bd = backdoor(); let finished = false;
Unable to resolve path to module 'bluebird'. Open
Open
const Bluebird = require('bluebird');
- Read upRead up
- Exclude checks