summaryrefslogtreecommitdiff
path: root/op_crates/console/02_console.js
AgeCommit message (Collapse)Author
2021-03-18chore(console): distinguish between log levels (#9824)Luca Casonato
Change `Console.#printFunc` to pass a log level as the second argument (0 = debug, 3 = error), instead of a boolean for `isErr`. This does not change the Deno runtime behaviour at all.
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato