Remove error codes from file on_completion callbacks. Use file.onError.
authorRyan <ry@tinyclouds.org>
Mon, 25 May 2009 11:17:35 +0000 (13:17 +0200)
committerRyan <ry@tinyclouds.org>
Mon, 25 May 2009 11:17:35 +0000 (13:17 +0200)
commit5c2389fada7e1e926d998f4c41ed5eeb82beb645
treed28b19dff7ab9dac3e1bf7fa982fda45267585a9
parent58c13e51924773e745d2fe70a7946341e1b31479
Remove error codes from file on_completion callbacks. Use file.onError.

The error codes still remain for the two general file system operations:
rename and stat.

Additionally I've removed the actionQueue for file system operations. They
are sent directly into the thread pool.
src/file.cc
src/file.js
test/test-file-open.js
website/node.html