Skip to content
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

error handling improvements #4198

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

error handling improvements #4198

wants to merge 5 commits into from

Conversation

LianaHus
Copy link
Collaborator

@LianaHus LianaHus commented Nov 7, 2023

No description provided.

@LianaHus LianaHus added the WIP label Nov 7, 2023
Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 379f226
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/6568c1f9a8ed770008d8dc89
😎 Deploy Preview https://deploy-preview-4198--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -704,7 +704,7 @@ class FileManager extends Plugin {
}

async openFile(file?: string) {
if (!file) {
if (!file && file != '') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you really sure it's needed? or why did you need to do that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there was a case of empty line instead of the name while I was debugging

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check if you still really need this? afaik if (!file) should do the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants