summaryrefslogtreecommitdiff
path: root/tests/008_stack_trace.ts
blob: 6aa0fcc3b6a46fcd9677a08474a47c9dbbbdf524 (plain)
1
2
3
4
5
6
7
import { throwsError } from "./subdir/mod1.ts";

function foo() {
  throwsError();
}

foo();