Explorar o código

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

Manav Rathi hai 1 ano
pai
achega
5d01931402
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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[] {