Skip to content

Commit

Permalink
Change reporter.log to console.log in generate-lock-entry command - f…
Browse files Browse the repository at this point in the history
…ixes #644 (#1652)
  • Loading branch information
Sebastian McKenzie committed Nov 3, 2016
1 parent 81ae702 commit bb492f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/generate-lock-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function run(
dependencies: manifest.dependencies,
};
const pattern = flags.pattern || `${entry.name}@${entry.version}`;
reporter.log(stringify({
console.log(stringify({
[pattern]: implodeEntry(pattern, entry),
}));
}
Expand Down

0 comments on commit bb492f1

Please sign in to comment.