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

Do not needlessly require the sys module in lib.js. #1

Merged
merged 1 commit into from
Aug 17, 2015
Merged

Do not needlessly require the sys module in lib.js. #1

merged 1 commit into from
Aug 17, 2015

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Aug 17, 2015

sys module wasn't used in lib.js. Also, sys module is deprecated.

There is an ongoing discussion on removing the sys module completely in the next major version: nodejs/node#2405.

If you plan on using sys functionality, you should switch to the util module.

`sys` module wasn't used in `lib.js`.
Also, `sys` module is deprecated.
@just-paja
Copy link
Owner

Thanks :)

just-paja added a commit that referenced this pull request Aug 17, 2015
Do not needlessly require the `sys` module in `lib.js`.
@just-paja just-paja merged commit 6a63360 into just-paja:master Aug 17, 2015
@ChALkeR ChALkeR deleted the patch-1 branch August 18, 2015 09:15
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