From fd954c2bbbce97b43b2f7f170a42048653bc2256 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 6 Jan 2012 17:48:57 -0800 Subject: [PATCH] whoops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index eacee44a0..0bd743cee 100755 --- a/index.js +++ b/index.js @@ -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);