@ -10,7 +10,7 @@ module.exports = function(errorPath) {
module.exports = reportErrors(errorPath, {
doNotCrash: true,
handler: (error, context) => {
console.error("Unhandled error", error.stack);
console.error("Unhandled error:", error.stack);
if (error.rateLimited !== true) {
process.exit(1);