mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
don't use temp.track()
cleanup process fails when the file is locked (in parallel tests)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user