deno.land / x / fresh@1.1.1 / src / dev / error.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
export function printError(message: string) { console.error(`%cerror%c: ${message}`, "color: red; font-weight: bold", "");}
export function error(message: string): never { printError(message); Deno.exit(1);}
fresh

Version Info

Tagged at
a year ago