Skip to content

Commit 01cc79b

Browse files
committed
fixup!
1 parent 9d9087b commit 01cc79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ export function escapeHtml(unsafe: string): string {
526526
}
527527

528528
/**
529-
*
529+
*
530530
*/
531531
export function isNodeJSErrnoException(error: unknown): error is NodeJS.ErrnoException {
532532
return error instanceof Error && (error as NodeJS.ErrnoException).code !== undefined

0 commit comments

Comments
 (0)