mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-04 12:02:01 +02:00
Remove redundant console.log() message
This commit is contained in:
@@ -82,7 +82,6 @@ class GithubAssetDownloader {
|
|||||||
// Set executable permission for Linux
|
// Set executable permission for Linux
|
||||||
if (process.platform !== 'win32') {
|
if (process.platform !== 'win32') {
|
||||||
await fs.chmod(outputPath, 0o755)
|
await fs.chmod(outputPath, 0o755)
|
||||||
console.log(`Set executable permissions for ${outputPath}`)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user