For phetsims/tasks#1017. InstanceRegistry silent ignores errors that it catches. Is that a problem? Is it accptable in production code? ```js catch( e ) { // Ignore nodes that don't draw anything // TODO: is this masking a problem? } ```