fix: remove duplicate console listener
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-02-11 17:58:55 -05:00
parent 4cfdf9bb9a
commit 1c778175a5
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -81,7 +81,9 @@ export const test = base.extend<ObsidianTestFixtures>({
timeout: 60000,
args: [getExe(obsidianPath), uriArg].filter((a) => !!a) as string[],
});
if (!experimentalUseSingleton) {
addConsoleListener(electronApp);
}
await electronApp.firstWindow();
await run(electronApp);
if (!experimentalUseSingleton) {