Skip to content

Commit e5601bf

Browse files
author
linfeng
committed
fix: lint abnormal exit
1 parent 725d24f commit e5601bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/lint.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,5 @@ export async function lint(options?: Partial<DefaultOptions>) {
168168

169169
if (mergedOptions.typeCheck) {
170170
typeChecker();
171-
process.exit(1);
172171
}
173172
}

0 commit comments

Comments
 (0)