Skip to content

Commit 0247c72

Browse files
committed
fix type error in cli/logger
1 parent 2ce1b27 commit 0247c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function sendAnalyticsAndLog(
156156
}
157157

158158
function logAsErrorIfNeeded(toTrack: {
159-
data: any
159+
data?: any
160160
level: LogLevel
161161
loggerContext: LoggerContext
162162
msg: string

0 commit comments

Comments
 (0)