Skip to content

Commit

Permalink
Update log/base_handler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
  • Loading branch information
kt3k and iuioiua committed Sep 18, 2024
1 parent c403c98 commit 4520650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/base_handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export abstract class BaseHandler {
/** The log formatters */
formatter: FormatterFunction;

/** Construct a {@linkcode BaseHandler} */
/** Constructs a new instance. */
constructor(
levelName: LevelName,
options?: BaseHandlerOptions,
Expand Down

0 comments on commit 4520650

Please sign in to comment.