don't use temp.track()

cleanup process fails when the file is locked (in parallel tests)
This commit is contained in:
aminya
2020-07-15 04:37:49 -05:00
committed by Amin Yahyaabadi
parent e386c2bf02
commit 1826bc6d91

View File

@@ -1,7 +1,7 @@
const { app } = require('electron');
const nslog = require('nslog');
const path = require('path');
const temp = require('temp').track();
const temp = require('temp');
const parseCommandLine = require('./parse-command-line');
const startCrashReporter = require('../crash-reporter-start');
const getReleaseChannel = require('../get-release-channel');