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:
parent
44616483e0
commit
925edd5f7d
@ -8,7 +8,9 @@ var b = browserify()
|
|||||||
|
|
||||||
// Remove old bundle
|
// Remove old bundle
|
||||||
try {
|
try {
|
||||||
fs.unlinkSync(bundlePath)
|
// if (fs.existsSync(bundlePath)) {
|
||||||
|
// fs.unlinkSync(bundlePath)
|
||||||
|
// }
|
||||||
|
|
||||||
var writeStream = fs.createWriteStream(bundlePath)
|
var writeStream = fs.createWriteStream(bundlePath)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user