Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Omit Global Check does not affect warnings (with fix) #12

Open
ghost opened this issue Feb 19, 2017 · 1 comment
Open

Omit Global Check does not affect warnings (with fix) #12

ghost opened this issue Feb 19, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 19, 2017

I fixed it by changing this:

} else if (!omitGlobalCheck || !globalRegex.test(match[2])) {

to this:

} else if (!omitGlobalCheck && !globalRegex.test(match[2])) {

at line 86 in init.js.

@ph55
Copy link

ph55 commented Apr 7, 2017

Indeed omit global check not work properly

2017-04-07 18_35_12-config moon c__users_alexk_documents__dev_proxy atom

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

No branches or pull requests

1 participant