Skip to content

Commit d173c26

Browse files
committed
Clarify the details of the Stripe interception fix
1 parent 88d8e94 commit d173c26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overrides/path/prepend.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ function fixModule(requestedName, filename, loadedModule) {
9898

9999
if (global.GLOBAL_AGENT) {
100100
// Set by global-agent in Node 10+
101+
// This won't actually work until https://github.com/gajus/global-agent/pull/13
102+
// is somehow resolved, one way or another.
101103
result.setHttpAgent(global.GLOBAL_AGENT.HTTPS_PROXY_AGENT);
102104
} else {
103105
// Set by global-tunnel in Node < 10 (or global-agent in 11.7+)

0 commit comments

Comments
 (0)