Consistently use require('temp').track()

This commit is contained in:
Ash Wilson
2017-08-04 14:08:29 -04:00
parent 662e2aaf06
commit 97ffe46247
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const {app} = require('electron')
const nslog = require('nslog')
const path = require('path')
const temp = require('temp')
const temp = require('temp').track()
const parseCommandLine = require('./parse-command-line')
const startCrashReporter = require('../crash-reporter-start')
const atomPaths = require('../atom-paths')