Skip to content

Commit

Permalink
fix: use %j for formatting Janet
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Aug 23, 2024
1 parent bfdb7c8 commit 43cba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/janet/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (v *Value) String() string {
out, err := v.vm.format.CallResult(
context.Background(),
nil,
"%n",
"%j",
v,
)
if err != nil {
Expand Down

0 comments on commit 43cba73

Please sign in to comment.