UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

6 lines (5 loc) 212 B
exports.unknownInput = function(binary, next){ binary.log('\'' + binary.mainAction + '\' is not a known action', 'warning'); binary.log('run \'actionhero help\' for more information', 'warning'); next(); }