Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: prefix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 8, 2018
1 parent f1e5c2d commit 4a9dcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tarballs/log.ts
Expand Up @@ -2,5 +2,5 @@ import cli from 'cli-ux'
import * as qq from 'qqjs'

export function log(msg: string) {
cli.log(qq.prettifyPaths(msg))
cli.log(`oclif-dev: ${qq.prettifyPaths(msg)}`)
}

0 comments on commit 4a9dcb6

Please sign in to comment.