Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro5id committed Dec 9, 2019
1 parent 8330bf1 commit e78a7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function getCallingFilename(): string | null {
return name;
}

export async function logUsingWinston(args: any, level: LOG_LEVEL) {
export async function logUsingWinston(args: any[], level: LOG_LEVEL) {
// Discover calling filename
try {
const name = getCallingFilename();
Expand Down

0 comments on commit e78a7f8

Please sign in to comment.