Files
Kmake/test/fixtures/source-map/exit-1.js

9 lines
135 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
const a = 99;
if (true) {
const b = 101;
} else {
const c = 102;
}
process.exit(1);
//# sourceMappingURL=https://ci.nodejs.org/404