mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16: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 {
|
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 {
|
||||||
|
Reference in New Issue
Block a user