Fix uncaught error. Symlink not working with scoped packages (#6233)

This commit is contained in:
SamTV12345 2024-03-17 19:37:41 +01:00 committed by GitHub
parent 34fc855dd1
commit 9e6549db2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 71 additions and 59 deletions

View file

@ -79,8 +79,6 @@ export const checkForMigration = async () => {
// Initialize linkInstaller
await linkInstaller.init()
try {
await fs.access(installedPluginsPath, fs.constants.F_OK);
} catch (err) {