We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d012052 commit 39e8255Copy full SHA for 39e8255
custom-redirect.js
@@ -65,6 +65,7 @@ function getErrorDetailsFromCfCode(cfCode, env) {
65
return;
66
}
67
errorCode = cfCode ? cfCode.toString() : "500";
68
+ console.log(`Handling error with code: ${errorCode}`);
69
enableReportError = env.ENABLE_REPORT_ERROR;
70
if(enableReportError) {
71
reportErrorButtonText = env.REPORT_ERROR_BUTTON_TEXT
0 commit comments