feat: show a better emoji-confirmation message, hide all emoji stuff from unregistered on items without emojis
This commit is contained in:
@@ -52,7 +52,9 @@ export class WebPlatformService implements PlatformService {
|
||||
|
||||
// Only initialize SharedArrayBuffer setup for web platforms
|
||||
if (this.isWorker()) {
|
||||
logger.debug("[WebPlatformService] Skipping initBackend call in worker context");
|
||||
logger.debug(
|
||||
"[WebPlatformService] Skipping initBackend call in worker context",
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user