mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add roc_tracing crate and initial traces in mono
This commit is contained in:
parent
a8b348506f
commit
848facb386
8 changed files with 144 additions and 4 deletions
|
@ -25,6 +25,8 @@ use std::ffi::{OsStr, OsString};
|
|||
use roc_cli::build;
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
roc_tracing::setup_tracing!();
|
||||
|
||||
let matches = build_app().get_matches();
|
||||
|
||||
let exit_code = match matches.subcommand() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue