Kaynağa Gözat

Retain -web suffix to allow disambiguating between main and renderer process

Manav Rathi 1 yıl önce
ebeveyn
işleme
5d01931402
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      web/packages/shared/logging/web.ts

+ 1 - 1
web/packages/shared/logging/web.ts

@@ -76,7 +76,7 @@ export const logStartupMessage = async (appId: string) => {
     const userID = (getData(LS_KEYS.USER) as User)?.id;
     const buildId = isDevBuild ? "dev" : `git ${process.env.GIT_SHA}`;
 
-    addLogLine(`ente-${appIdL} ${buildId} uid ${userID}`);
+    addLogLine(`ente-${appIdL}-web ${buildId} uid ${userID}`);
 };
 
 function getLogs(): Log[] {