diff --git a/tabby-local/src/session.ts b/tabby-local/src/session.ts index 344168ae..8b1c2d18 100644 --- a/tabby-local/src/session.ts +++ b/tabby-local/src/session.ts @@ -308,7 +308,7 @@ export class Session extends BaseSession { try { cwd = getWorkingDirectoryFromPID(this.truePID) } catch (exc) { - console.error(exc) + console.info('Could not read working directory:', exc) } try {