Skip to content

Commit c899a56

Browse files
author
Sebastian McKenzie
committed
use console.log instead of reporter.log - fixes #851
1 parent 113fab9 commit c899a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/global.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const {run, setFlags} = buildSubCommands('global', {
163163
flags: Object,
164164
args: Array<string>,
165165
) {
166-
reporter.log(getBinFolder());
166+
console.log(getBinFolder());
167167
},
168168

169169
async ls(

0 commit comments

Comments
 (0)