As of now if the application sends something undefined: ``` res.send(undefined); ``` openwhisk-routes throws an exception as it's not handling this correctly.