error()

in src/stdio.ts [66:68]


    error(message: string) {
      this.messages.error.push(message);
    },