Skip to content

Commit

Permalink
Don't print a long string on timeout (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed Dec 12, 2019
1 parent b47825a commit 8f71ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration/command_input.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let show_input_kind =
function
| `Paths _ -> Format.sprintf "Paths..."
| `Path path -> Format.sprintf "Path: %s" path
| `String s -> Format.sprintf "String: %s" s
| `String _ -> Format.sprintf "A long string..."
| `Zip _ -> Format.sprintf "Zip..."

0 comments on commit 8f71ec8

Please sign in to comment.