diff --git a/bin/mk-snapshot.js b/bin/mk-snapshot.js index 312a0bef..3829139c 100644 --- a/bin/mk-snapshot.js +++ b/bin/mk-snapshot.js @@ -49,9 +49,6 @@ async function main() { const startupBlobPath = path.join(outputBlobPath, 'snapshot_blob.bin'); console.log(`Generating startup blob in "${outputBlobPath}"`); - console.log(childProcess.execSync( - 'ls ' + path.resolve(__dirname, '..', 'node_modules', 'electron-mksnapshot', 'bin') - ).toString()); const res = childProcess.execFileSync( path.resolve(__dirname, '..', 'node_modules', 'electron-mksnapshot', 'bin', 'mksnapshot' + (process.platform === 'win32' ? '.exe' : '')), [