From e7c6a8f085d8242ce02a270f5aac691e2ec3f74e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 29 Jun 2018 12:31:09 -0700 Subject: [PATCH] Clear electron-link's snapshot cache in script/clean --- script/lib/clean-caches.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script/lib/clean-caches.js b/script/lib/clean-caches.js index 1df3aa9c2..3861908bb 100644 --- a/script/lib/clean-caches.js +++ b/script/lib/clean-caches.js @@ -14,6 +14,7 @@ module.exports = function () { path.join(CONFIG.atomHomeDirPath, '.apm'), path.join(CONFIG.atomHomeDirPath, '.npm'), path.join(CONFIG.atomHomeDirPath, 'compile-cache'), + path.join(CONFIG.atomHomeDirPath, 'snapshot-cache'), path.join(CONFIG.atomHomeDirPath, 'atom-shell'), path.join(CONFIG.atomHomeDirPath, 'electron'), path.join(os.tmpdir(), 'atom-build'),