mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
Fix linter errors
This commit is contained in:
@@ -294,8 +294,8 @@ export class Session extends BaseSession {
|
|||||||
try {
|
try {
|
||||||
return await fs.readlink(`/proc/${this.truePID}/cwd`)
|
return await fs.readlink(`/proc/${this.truePID}/cwd`)
|
||||||
} catch (exc) {
|
} catch (exc) {
|
||||||
console.error(exc)
|
console.error(exc)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (process.platform === 'win32') {
|
if (process.platform === 'win32') {
|
||||||
|
Reference in New Issue
Block a user