Skip to content

Commit f1f74ad

Browse files
committed
Add missing export
1 parent 087b2cf commit f1f74ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/coffeescript/index.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,6 @@ module.exports.register = CoffeeScript.register
155155
module.exports.eval = CoffeeScript.eval
156156
module.exports.run = CoffeeScript.run
157157
module.exports.transpile = CoffeeScript.transpile
158+
module.exports.patchStackTrace = CoffeeScript.patchStackTrace
158159
module.exports._compileRawFileContent = CoffeeScript._compileRawFileContent
159160
module.exports._compileFile = CoffeeScript._compileFile

0 commit comments

Comments
 (0)