action-debian-package/node_modules/follow-redirects/debug.js

10 lines
177 B
JavaScript
Raw Normal View History

2020-11-12 15:37:43 +00:00
var debug;
try {
/* eslint global-require: off */
debug = require("debug")("follow-redirects");
}
catch (error) {
debug = function () { /* */ };
}
module.exports = debug;