-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Errors in config are not diagnosed #2427
Copy link
Copy link
Closed
Labels
needs-triageIssue needs triageIssue needs triagetype: bugSomething isn't workingSomething isn't working
Description
Checklist
- I added a descriptive title
- I searched for other issues and couldn't find a solution or duplication
- I already searched in Google and didn't find any good information or help
What happened?
If one makes a mistake in config, for example duplicate keys in a dictionary:
[files]
"./file.py" = ""
"./file.py" = ""PyScript is not loaded. There's no error or warning, nothing at all, complete silence.
Unless one already knows about this nuance, it's rather difficult to guess what the problem is.
What browsers are you seeing the problem on? (if applicable)
Chrome
Console info
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIssue needs triageIssue needs triagetype: bugSomething isn't workingSomething isn't working