env icon indicating copy to clipboard operation
env copied to clipboard

Hi! I fixed some code for you!

Open node-migrator-bot opened this issue 13 years ago • 2 comments

Hi!

I am migrationBot!

Did you know that path.{exists,existsSync} was moved to fs.{exists,existsSync}, and that tty.setRawMode(mode) was moved to tty.ReadStream#setRawMode() (i.e. process.stdin.setRawMode()) in node v0.8.0? Read more @API changes between v0.6 and v0.8

I automatically made some changes I think will help you migrate your codebase to node v0.8.0, please review these changes and merge them if you feel they are useful, If they are not you can ignore this Pull Request.

Have a Nice Day!

--migrationBot

node-migrator-bot avatar Jul 07 '12 05:07 node-migrator-bot

+1 cc @dshaw

jwerle avatar Jan 14 '15 19:01 jwerle

The code in this PR is no longer valid in node.js v.0.12 see: http://stackoverflow.com/a/4482701/1148249 Please either update the PR or close, thanks! :+1:

nelsonic avatar Jul 17 '15 10:07 nelsonic