Skip to content

InstanceRegistry silent ignores errors #80

@pixelzoom

Description

@pixelzoom

For phetsims/tasks#1017.

InstanceRegistry silent ignores errors that it catches. Is that a problem? Is it accptable in production code?

        catch( e ) {

          // Ignore nodes that don't draw anything
          // TODO: is this masking a problem?
        }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions