From 925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 3 Aug 2017 21:50:17 -0700 Subject: test - integration - remove unused code --- test/integration/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/integration/index.js') diff --git a/test/integration/index.js b/test/integration/index.js index e9263c6c8..549b7d37c 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -8,7 +8,9 @@ var b = browserify() // Remove old bundle try { - fs.unlinkSync(bundlePath) + // if (fs.existsSync(bundlePath)) { + // fs.unlinkSync(bundlePath) + // } var writeStream = fs.createWriteStream(bundlePath) -- cgit