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 deprecated sys module in test/config.js. #41

Merged
merged 1 commit into from
Aug 18, 2015
Merged

Do not needlessly require the deprecated sys module in test/config.js. #41

merged 1 commit into from
Aug 18, 2015

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Aug 17, 2015

sys module wasn't used in test/config.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 `test/config.js`.
Also, `sys` module is deprecated.
@fred
Copy link
Contributor

fred commented Aug 18, 2015

👍

@zdk
Copy link
Contributor

zdk commented Aug 18, 2015

@ChALkeR thanks for your PR. 👍

zdk added a commit that referenced this pull request Aug 18, 2015
Do not needlessly require the deprecated `sys` module in `test/config.js`.
@zdk zdk merged commit 07deeeb into omise:master Aug 18, 2015
@ChALkeR ChALkeR deleted the patch-1 branch August 18, 2015 09:14
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.

3 participants