Skip to content

Commit 4f3d123

Browse files
committed
This doesn't belong here
1 parent e18a4fd commit 4f3d123

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/isBuildingForElectron.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ if (!isElectron) {
2828
} catch (e) {}
2929
}
3030

31-
fs.writeFileSync("was_electron", isElectron ? "1" : "0");
3231
process.stdout.write(isElectron ? "1" : "0");

0 commit comments

Comments
 (0)