Skip to content

kevinsawicki/coffeestack

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

About

CoffeeScript Stacktrace Converter

Resources

Stars

Watchers

Forks

Packages

No packages published