fix: add visible scripts typecheck progress
This commit is contained in:
+1
-1
@@ -363,7 +363,7 @@ async function main(): Promise<void> {
|
||||
if (!result.ok) process.exitCode = 1;
|
||||
return;
|
||||
}
|
||||
const result = runChecks(config, parseCheckOptions(args.slice(1)));
|
||||
const result = await runChecks(config, parseCheckOptions(args.slice(1)));
|
||||
emitJson(commandName, result, result.ok);
|
||||
if (!result.ok) process.exitCode = 1;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user