Skip to content

Improve extended debug messsaging logic #12

Description

@naz

At the moment, there are multiple places in converter.js that use the following structure:

 if (debugExtended.enabled) {
   debug(`(buildRelationQuery) ...`);
}

This could be extracted to a method like debug(extended) to avoid having if's in multiple
places.


Related discussion

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions