pulumi/tests/integration/nodejs/sourcemap-in-test/index.ts

6 lines
103 B
TypeScript

export function willThrow() {
if (true) {
throw new Error("this is a test error");
}
}