Outdent line previously wrapped in try/catch

This commit is contained in:
Kevin Sawicki
2013-02-11 10:33:25 -08:00
parent 91ce3ce0b3
commit 133d417cad

View File

@@ -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)