1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00

Fix linter errors

This commit is contained in:
boxmein 2019-11-23 23:18:09 +02:00
parent d7c8bc9da0
commit 3a67f1eb41

View File

@ -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') {