-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
renaming folder under collection ends up with a phantom folder #251
Comments
Hi @mreiland The rename works fine on my machine. I am using Mac x64 |
Hey , I am using windows 11 x64 , Same issue is with me. |
@mreiland This has been fixed by @not-known-person in Closing this issue. Please re-open if the issues still persists. |
Apologies for the delay, I'm on Windows 10 and can confirm this is fixed in the latest version of bruno. Thank you for such a quick response! |
I was looking at this last weekend and where I think this fix does indeed fix the issue, I don't think it's the real fix. See example, this is based on PR raised: #465 |
@Scotsoo Just to confirm - what you are you recommending is to apply your fix - #465 (fixing the path) and revert this fix fcc12fb right ? const PATH_SEPARATOR = path.sep;
console.log('PATH_SEPARATOR', PATH_SEPARATOR); Can you confirm that by logging the path.sep on top you dev console - you are not seeing |
Yep, that's correct. I'm not seeing path.sep as \ on windows as it's something to do with the runtime actually running as a browser. |
…me/delete needs to be run only on windows" This reverts commit fcc12fb. # Conflicts: # packages/bruno-app/src/providers/ReduxStore/slices/collections/actions.js # packages/bruno-app/src/utils/common/platform.js
…me/delete needs to be run only on windows" This reverts commit fcc12fb.
Repro:
see attached screenshot for evidence.
The text was updated successfully, but these errors were encountered: