Skip to content

Force output panel on when python errors #2

Description

@JohnEdChristensen

User's might not notice when an error is hit in their sketch if the output panel is not opened. Open it whe errors are hit. See here:

diver/src/index.js

Lines 44 to 50 in 2328337

//update the output panel when code is run
diverVisual.addEventListener('pythonError', e => {
//@ts-ignore low priority
addToOutput("There was a python error:\n" + e.detail, "error")
//TODO force output panel on
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions