Skip to content

Commit 6604711

Browse files
committed
fix quato-latex-mk build
1 parent 35e8d26 commit 6604711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface LogMessageOptions {
3737
}
3838

3939
// deno-lint-ignore no-explicit-any
40-
export function appendLogOptions(cmd: Command): Command<any> {
40+
export function appendLogOptions(cmd: Command<any>): Command<any> {
4141
return cmd.option(
4242
"--log <level>",
4343
"Path to log file",

0 commit comments

Comments
 (0)