mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Fix uncaught error. Symlink not working with scoped packages (#6233)
This commit is contained in:
parent
34fc855dd1
commit
9e6549db2e
3 changed files with 71 additions and 59 deletions
|
@ -79,8 +79,6 @@ export const checkForMigration = async () => {
|
|||
// Initialize linkInstaller
|
||||
await linkInstaller.init()
|
||||
|
||||
|
||||
|
||||
try {
|
||||
await fs.access(installedPluginsPath, fs.constants.F_OK);
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue