Retain -web suffix to allow disambiguating between main and renderer process
This commit is contained in:
parent
206ad46950
commit
5d01931402
1 changed files with 1 additions and 1 deletions
|
@ -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[] {
|
||||
|
|
Loading…
Reference in a new issue