Created
June 20, 2012 03:11
-
-
Save blakmatrix/2957939 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello <USER>! | |
I am migrationBot, an open-source bot, and I'm here to help you migrate your codebase to node v0.8! | |
Did you know that the "sys" module throws an error if your program tries to require it in node v0.8? To help keep your code running, I automatically replaced var sys = require('sys') with var util = require('util'). | |
If you'd like to know more about these changes in node.js, take a look at https://github.com/joyent/node/commit/1582cf#L1R51 and https://github.com/joyent/node/blob/1582cfebd6719b2d2373547994b3dca5c8c569c0/ChangeLog#L51 . | |
Enjoy! | |
Your Friendly Neighborhood migrationBot | |
Written by nodejitsu | |
If you have questions you can visit them at #nodejitsu on irc.freenode.net or with http://webchat.jit.su |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment