mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-15 01:38:13 -05:00
4 lines
146 B
CoffeeScript
4 lines
146 B
CoffeeScript
# This file throws an error on line 3. It is used for testing error stack traces with sourcemaps.
|
|
module.exports =
|
|
throw new Error 'I am error'
|