mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
Lint pass.
This commit is contained in:
@@ -231,7 +231,7 @@ export class ElectronPlatformService extends PlatformService {
|
||||
const files = await this.getAllFiles(folderPath)
|
||||
fileInfos = fileInfos.concat(files.map(file => ({
|
||||
fullPath: file,
|
||||
relativePath: path.posix.join(path.basename(folderPath), path.posix.relative(folderPath, file))
|
||||
relativePath: path.posix.join(path.basename(folderPath), path.posix.relative(folderPath, file)),
|
||||
})))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user