Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed May 18, 2024
1 parent cf3634f commit 85d5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pomsky-bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn compile(input: &str, args: &Args) {

if args.debug {
eprintln!("======================== debug ========================");
eprintln!("{parsed:#?}\n");
eprintln!("{parsed:?}\n");
}

if !args.json {
Expand Down

0 comments on commit 85d5eb3

Please sign in to comment.