mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
don't log cwd check failures as errors
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user