-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix importing projects failing on folders
Some zip archives also seem to contain folders so we needed to check for that, instead a file was being created with the name of the folder and then any files contained in that folder would fail causing an error. Fixes https://discord.com/channels/602097536404160523/1176837626226028544 and https://discord.com/channels/602097536404160523/1188920392090394736
- Loading branch information
1 parent
db80f62
commit 3422383
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bridge", | ||
"version": "2.7.7", | ||
"version": "2.7.8", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters