Skip to content

Commit 3d400d0

Browse files
committed
don't use temp.track()
cleanup process fails when the file is locked (in parallel tests)
1 parent b61475f commit 3d400d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main-process/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { app } = require('electron');
22
const nslog = require('nslog');
33
const path = require('path');
4-
const temp = require('temp').track();
4+
const temp = require('temp');
55
const parseCommandLine = require('./parse-command-line');
66
const startCrashReporter = require('../crash-reporter-start');
77
const getReleaseChannel = require('../get-release-channel');

0 commit comments

Comments
 (0)