Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Pretify debug targets JSON (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstarman authored and igorklopov committed Jul 11, 2017
1 parent cf076de commit 70c4f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export async function exec (argv2) { // eslint-disable-line complexity

const backpack = packer({ records, entrypoint, bytecode });

log.debug('Targets:', JSON.stringify(targets));
log.debug('Targets:', JSON.stringify(targets, null, 2));

for (const target of targets) {
await mkdirp(path.dirname(target.output));
Expand Down

0 comments on commit 70c4f28

Please sign in to comment.