Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 7, 2012
1 parent 4bc1837 commit fd954c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (process.platform === 'win32') {
if (err.code === 'ENOTSUP') {
fs.symlink = function(from,to,cb) {
try {
fs_utils.cprSync(from,to);
require('./lib/fsutils').cprSync(from,to);
return cb();
} catch (err) {
return cb(err);
Expand Down

0 comments on commit fd954c2

Please sign in to comment.