You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
igorzi edited this page Oct 11, 2011
·
83 revisions
Changed:
The customFds option to the child_process.spawn method is deprecated.
You can no longer send a file descriptor through a unix pipe. Instead you can send a handle via child_process.fork.
fs.symlink takes an optional mode argument, which can either be 'dir' or 'file'. The default is 'file'. This argument is only needed for Windows (it's ignored on other platforms).