You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using this library in my project and run test on WSL2(Ubuntu). I check the source code and compared with Darwin. On Darwin the RAM disk will be destroy by call destroy.sync but the Linux won't. It only do umount not both with remove but Darwin do them together. So i think we should add a rm -rf ${root} for Linux system.
Here is my local task
Fist run test (pass a password, it's ok)
Next call task
Others
If i remove the directory by manually and the next call can success.
The text was updated successfully, but these errors were encountered:
TL;DR
I using this library in my project and run test on WSL2(Ubuntu). I check the source code and compared with
Darwin
. OnDarwin
the RAM disk will be destroy by calldestroy.sync
but theLinux
won't. It only doumount
not both withremove
butDarwin
do them together. So i think we should add arm -rf ${root}
for Linux system.Here is my local task
Fist run test (pass a password, it's ok)
Next call task
Others
If i remove the directory by manually and the next call can success.
The text was updated successfully, but these errors were encountered: