fix stack-trace/stack-trace-tests.ts

This commit is contained in:
vvakame 2015-08-29 00:09:09 +09:00
parent ba89bd71f2
commit 66204f64de

View File

@ -1,3 +1,5 @@
/// <reference path="./stack-trace.d.ts" />
import stackTrace = require('stack-trace');
var currentStackTrace = stackTrace.get();