Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding global variable fix #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

katotto
Copy link

@katotto katotto commented Jan 17, 2020

Changing 'global' variable to local 'root'.
Reason: 'global' is node.js global namespace object and overwriting it causes problems, for example in newman/lib/run/secure-fs.js in line 'this.isWindows = global.process.platform === 'win32';'

Sugestion: Renaming 'global' variable to 'root'. 
Reason: 'global' is node.js global namespace object and overriding it causes problems, for example in newman/lib/run/secure-fs.js in line 'this.isWindows = global.process.platform === 'win32';'
Formatting
@katotto katotto changed the title Overriding global variable fix Overwriting global variable fix Jan 20, 2020
@katotto katotto changed the title Overwriting global variable fix Overriding global variable fix Jan 30, 2020
@a9saleh
Copy link

a9saleh commented Mar 30, 2020

When will this be merged??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants