$ cnpm install coffeestack

Module to convert JavaScript stack traces to CoffeeScript stack traces.
npm install coffeestack
{convertStackTrace} = require 'coffeestack'
try
throw new Error('this is an error')
catch error
console.error(convertStackTrace(error.stack))
Copyright 2013 - present © cnpmjs.org | Home |