Skip to content

Commit 7a0b600

Browse files
committed
debug to artifact
1 parent 88ad2de commit 7a0b600

File tree

7 files changed

+1569
-125
lines changed

7 files changed

+1569
-125
lines changed

bin/cli.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import { resolve } from 'node:path';
44
import { argv, exit } from 'node:process';
5+
import { save } from '../src/debug.mjs';
56

67
import { Command, Option } from 'commander';
78

@@ -136,4 +137,5 @@ if (target && output) {
136137

137138
linter.report(reporter);
138139

140+
await save();
139141
exit(Number(linter.hasError()));

0 commit comments

Comments
 (0)