Skip to content

Commit 8c8d6f7

Browse files
author
Antonio Scandurra
committed
🔥 Delete unused require
1 parent 2050f58 commit 8c8d6f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script/lib/generate-startup-snapshot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const fs = require('fs')
33
const path = require('path')
44
const electronLink = require('electron-link')
55
const CONFIG = require('../config')
6-
const vm = require('vm')
76

87
module.exports = function (packagedAppPath) {
98
const snapshotScriptPath = path.join(CONFIG.buildOutputPath, 'startup.js')

0 commit comments

Comments
 (0)