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

This commit is contained in:
Manav Rathi 2024-03-12 14:06:42 +05:30
parent 206ad46950
commit 5d01931402
No known key found for this signature in database

View file

@ -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[] {