stphdenis / modules-client-server

This package structure your project so you can have your client, server and modules in different places.
1 stars 0 forks source link

Newly created symlinks incorrectly unlinked #1

Open akreft opened 7 years ago

akreft commented 7 years ago

I like to use this package in my project but there seems to be a bug which prevents symlinks from being created properly. You can see here and here that the symlinks are removed right after they are created in the for loop above. The result is that no symlinks are ever created. I swapped the two for loops to remove all symlinks first, then create the new symlinks and it works.

stphdenis commented 7 years ago

The goal is to remove symlinks from client and server side when they are no more needed. The test must not do what's expected. I watch it tomorrow.

stphdenis commented 7 years ago

Try the new version it please.