Skip to content

Commit

Permalink
Improve message about where files have been written to
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 21, 2018
1 parent affb94b commit fe45fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (!inPlace && !outRoot) {
if (debug) {
console.log(require('util').inspect(fontInfo, false, 99));
}
console.log('Output written to', outRoot);
console.log('Output written to', outRoot || assetGraph.root);
} catch (err) {
console.log(err.stack);
process.exit(1);
Expand Down

0 comments on commit fe45fd7

Please sign in to comment.