debug()

in src/stdio.ts [38:42]


    debug(message: string) {
      if (verboseLevel >= 2) {
        logWithPrefix(message);
      }
    },