Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Dec 18, 2024
1 parent 75a6160 commit 2d1f3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Logs {
});
}

public warning(log: string, metadata?: Metadata): LogReturn {
public warn(log: string, metadata?: Metadata): LogReturn {
metadata = this._addDiagnosticInformation(metadata);
return this._log({
level: LOG_LEVEL.WARN,
Expand Down

0 comments on commit 2d1f3a9

Please sign in to comment.