in src/stdio.ts [28:32]
error(message: string) { if (verboseLevel >= 0) { logWithPrefix(message); } },