Lint pass.

This commit is contained in:
marko1616
2024-08-22 05:49:43 +08:00
parent b0dcc5f9df
commit aa105bdf4d
2 changed files with 3 additions and 3 deletions

View File

@@ -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)),
})))
}