UNPKG

171 Btext/coffeescriptView Raw
1
2class StackTraceLine
3
4 constructor: ( line ) -> [ {}, @line, @filename, @row, @column ] = line.match( /\(((.*):(\d+):(\d+))\)/ ) or []
5
6module.exports = StackTraceLine
\No newline at end of file