mirror of https://github.com/lukechilds/node.git
Browse Source
Fixes a minor oversight introduced in 168a555
, resulting in the following error:
fs.js:467
return fs.ftruncateSync(path, len, callback);
^
ReferenceError: callback is not defined
at Object.fs.truncateSync (fs.js:467:40)
v0.9.1-release
Ben Noordhuis
13 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue