diff --git a/lib/actions/FunctionRunLambdaNodeJs.js b/lib/actions/FunctionRunLambdaNodeJs.js index 44fe97e5b..2f92ffdc6 100644 --- a/lib/actions/FunctionRunLambdaNodeJs.js +++ b/lib/actions/FunctionRunLambdaNodeJs.js @@ -70,6 +70,7 @@ module.exports = function(SPlugin, serverlessPath) { if (err) { SCli.log(chalk.bold('Failed - This Error Was Returned:')); SCli.log(err.message); + SCli.log(err.stack); evt.result.status = 'error'; evt.result.response = err.message; return resolve(evt);