Skip to content

Better error handling for undefined things #38

Description

@klieret

This

                      if (tut === undefined) {
                        return "Undefined: " + module.id;
                      }

isn't exactly good practice (and mea culpa)

See #33

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions