mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Ignore errors writing to the cache
This commit is contained in:
@@ -122,9 +122,6 @@ transpile = (sourceCode, filePath, cachePath) ->
|
||||
|
||||
try
|
||||
fs.writeFileSync(cachePath, js)
|
||||
catch error
|
||||
console.error('Error writing to cache at %s: %o', cachePath, error)
|
||||
throw error
|
||||
|
||||
js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user