Sha256: f75c6e456dc90a3f467d0c79d3b9f4987475aaabc5cb09eb0c98675cced0687e

Contents?: true

Size: 268 Bytes

Versions: 13

Compression:

Stored size: 268 Bytes

Contents

var debug;

module.exports = function () {
  if (!debug) {
    try {
      /* eslint global-require: off */
      debug = require("debug")("follow-redirects");
    }
    catch (error) {
      debug = function () { /* */ };
    }
  }
  debug.apply(null, arguments);
};

Version data entries

13 entries across 12 versions & 3 rubygems

Version Path
authing_ruby-1.1.4 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.1.3 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.1.2 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.1.1 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.1.0 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.0.9 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.0.8 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.0.7 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
authing_ruby-1.0.6 lib/authing_ruby/test/js_sdk_test/node_modules/follow-redirects/debug.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/follow-redirects/debug.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/follow-redirects/debug.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/follow-redirects/debug.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/follow-redirects/debug.js