Skip to content

Commit

Permalink
fix prettify stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 25, 2023
1 parent d131cac commit 552ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli-next.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ module.exports = class Cli {
}

prettify(data, {arraySeparator = ', '} = {}) {
return require('./prettify')(data, {arraySeparator});
return require('../utils/prettify')(data, {arraySeparator});
}

/*
Expand Down

0 comments on commit 552ba2a

Please sign in to comment.