From 45d59d75ba9fc8776d487b0404c3221192bb8efe Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 17 Apr 2013 19:52:49 -0700 Subject: [PATCH] Remove stray `fs.writeFileSync` in build.js. Former-commit-id: ba94c84ac7e3d2fe9be8e578035132c86cd59790 --- build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build.js b/build.js index f25063733..a50dff763 100755 --- a/build.js +++ b/build.js @@ -2667,7 +2667,6 @@ 'setTimeout': setTimeout }); - fs.writeFileSync('lodash.custom.js', source, 'utf-8') vm.runInContext(source, context); return context._; }());