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

New web_server.coffee screenshot using util instead of sys. #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

slor
Copy link

@slor slor commented Nov 20, 2011

sys appears deprecated (see below), so I created a new screenshot requiring util
instead.

$ node

require('sys');
The "sys" module is now called "util". It should have a similar
interface.
2

sys appears deprecated, so I created a new screenshot requiring util
instead.

$ node
> require('sys');
The "sys" module is now called "util". It should have a similar
interface.
2
@slor
Copy link
Author

slor commented Dec 26, 2011

Bump. It's just a new screenshot that uses "util" instead of the deprecated "sys".

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.

None yet

1 participant