We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc21990 commit 3e1b5caCopy full SHA for 3e1b5ca
src/bin/firebase-functions.ts
@@ -67,6 +67,7 @@ if (process.env.FUNCTIONS_CONTROL_API === "true") {
67
res.setHeader("content-type", "text/yaml");
68
res.send(JSON.stringify(stackToWire(stack)));
69
} catch (e) {
70
+ console.error(e);
71
res.status(400).send(`Failed to generate manifest from function source: ${e}`);
72
}
73
});
0 commit comments