mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Track temp folders
This commit is contained in:
@@ -3,6 +3,7 @@ path = require 'path'
|
||||
_ = require 'underscore-plus'
|
||||
temp = require 'temp'
|
||||
|
||||
temp.track()
|
||||
tempResourcesFolder = temp.mkdirSync('atom-resources-')
|
||||
|
||||
fillTemplate = (filePath, data) ->
|
||||
|
||||
Reference in New Issue
Block a user