💄 e -> error

This commit is contained in:
Kevin Sawicki
2014-09-08 09:37:39 -07:00
parent 522d446366
commit 444eb0e5e5

View File

@@ -243,11 +243,11 @@ class ThemeManager
@lessCache.cssForFile(lessStylesheetPath, [baseVarImports, less].join('\n'))
else
@lessCache.read(lessStylesheetPath)
catch e
catch error
console.error """
Error compiling less stylesheet: #{lessStylesheetPath}
Line number: #{e.line}
#{e.message}
Line number: #{error.line}
#{error.message}
"""
stringToId: (string) ->