Skip to content

Commit ff0e218

Browse files
fix: use warn instead of logs
Co-authored-by: Ahmed Elrefaey <68241710+a7medev@users.noreply.github.com>
1 parent 5c06599 commit ff0e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/CrashReporting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const reportError = (error: ExtendedError, nonFatalOptions: NonFatalOptio
3535
),
3636
);
3737
} else {
38-
console.log(
38+
console.warn(
3939
`IBG-RN: The error ${error} has been omitted because only error type is supported.`,
4040
);
4141
return;

0 commit comments

Comments
 (0)