We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67da37 commit b339263Copy full SHA for b339263
packages/app/src/platformLoggerService.ts
@@ -34,7 +34,7 @@ export class PlatformLoggerService {
34
if (service && component && component.type === ComponentType.VERSION) {
35
const platformString =
36
// eslint-disable-next-line @typescript-eslint/no-explicit-any
37
- (PLATFORM_LOG_STRING as any)[service.library] ?? service.library;
+ (PLATFORM_LOG_STRING as any)[service.library] || service.library;
38
return `${platformString}/${service.version}`;
39
} else {
40
return null;
0 commit comments