webhook-action/node_modules/follow-redirects/debug.js
2020-08-26 10:10:43 +10:00

10 lines
177 B
JavaScript

var debug;
try {
/* eslint global-require: off */
debug = require("debug")("follow-redirects");
}
catch (error) {
debug = function () { /* */ };
}
module.exports = debug;