Skip to content

Commit

Permalink
Pretty print types!
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Nov 4, 2024
1 parent 9243034 commit 8a573ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/repl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn handle_command_repl(args: &ArgMatches, _arg_parser: &mut Command) {
println!(
"{} {}",
"type:".dark_gray(),
value.get_type().to_string().dark_gray()
value.get_type().pretty_print_color()
);
}
}
Expand Down

0 comments on commit 8a573ce

Please sign in to comment.