mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-06 13:44:36 +08:00
don't log cwd check failures as errors
This commit is contained in:
parent
0a67987e3c
commit
800c1fa039
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user