mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-16 09:29:59 +00: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 {
|
try {
|
||||||
cwd = getWorkingDirectoryFromPID(this.truePID)
|
cwd = getWorkingDirectoryFromPID(this.truePID)
|
||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
console.error(exc)
|
console.info('Could not read working directory:', exc)
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user