mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
Outdent line previously wrapped in try/catch
This commit is contained in:
@@ -63,9 +63,9 @@ exts =
|
||||
compiled = CoffeeScript.compile(__read(file), filename: file)
|
||||
writeToCache = true
|
||||
|
||||
evaluated = exts.js(file, compiled)
|
||||
$native.write(cacheFilePath, compiled) if writeToCache
|
||||
evaluated
|
||||
evaluated = exts.js(file, compiled)
|
||||
$native.write(cacheFilePath, compiled) if writeToCache
|
||||
evaluated
|
||||
|
||||
getPath = (path) ->
|
||||
path = resolve(path)
|
||||
|
||||
Reference in New Issue
Block a user