UNPKG

actionhero

Version:

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

8 lines (6 loc) 232 B
'use strict'; 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(true); };