Skip to content

Commit

Permalink
fix compact output
Browse files Browse the repository at this point in the history
  • Loading branch information
caub committed Aug 29, 2019
1 parent dd6f991 commit c8e5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/js-eval/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const inspect = (val) => {
maxArrayLength: 20,
breakLength: Infinity,
colors: false,
compact: 10,
compact: true,
depth: 10,
});
} catch {
Expand Down

0 comments on commit c8e5c47

Please sign in to comment.