Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
var debug; try { /* eslint global-require: off */ debug = require("debug")("follow-redirects"); } catch (error) { debug = function () { /* */ }; } module.exports = debug;