Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Nov 22, 2024
1 parent 2cdaa20 commit 1cea678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxy_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ exports.hideEnvironmentProxy = function () {
};

function saveProxyInfoInList(envVar) {
const proxyEnv = process.env[envVar]
const proxyEnv = process.env[envVar];
envProxyList.push(process.env[envVar]);
delete process.env[envVar];

Expand Down

0 comments on commit 1cea678

Please sign in to comment.