1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

test - integration - remove unused code

This commit is contained in:
kumavis 2017-08-03 21:50:17 -07:00
parent 44616483e0
commit 925edd5f7d

View File

@ -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)