Skip to content

rafeca/coffeestack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeStack Build Status

Module to convert JavaScript stack traces to CoffeeScript stack traces.

Installing

npm install coffeestack

Using

{convertStackTrace} = require 'coffeestack'

try
  throw new Error('this is an error')
catch error
  console.error(convertStackTrace(error.stack))

Packages

No packages published

Languages

  • CoffeeScript 100.0%