Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@CaryLandholt CaryLandholt released this 10 Apr 19:27
· 4 commits to master since this release

add better error handling
see example below

.pipe(ngClassify()).on 'error', (err) ->
  console.error "coffee error! #{err.message} #{err.filename} line: #{err.location.first_line}"