Files
Kmake/test/fixtures/source-map/sigint.js

9 lines
155 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.kill(process.pid, "SIGINT");
//# sourceMappingURL=https://ci.nodejs.org/402