summaryrefslogtreecommitdiff
path: root/school/node_modules/https-proxy-agent/node_modules/debug/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/https-proxy-agent/node_modules/debug/src/index.js')
-rw-r--r--school/node_modules/https-proxy-agent/node_modules/debug/src/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/school/node_modules/https-proxy-agent/node_modules/debug/src/index.js b/school/node_modules/https-proxy-agent/node_modules/debug/src/index.js
deleted file mode 100644
index bf4c57f..0000000
--- a/school/node_modules/https-proxy-agent/node_modules/debug/src/index.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * Detect Electron renderer / nwjs process, which is node, but we should
- * treat as a browser.
- */
-
-if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
- module.exports = require('./browser.js');
-} else {
- module.exports = require('./node.js');
-}