Fix: Minor formatting issue.

This commit is contained in:
2026-01-11 14:27:08 +01:00
parent 120b16b56e
commit fc727877e6

View File

@@ -132,7 +132,7 @@ Options:
} }
throw err; throw err;
} }
if (process.platform !== 'win32') { if (process.platform !== 'win32') {
fs.chmodSync(destPath, '755'); fs.chmodSync(destPath, '755');
} }