Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 94cdc7a

Browse files
committed
Merge branch 'dev' of github.com:AuHau/js-ipfs-repo-migrations into dev
2 parents f6787a7 + 77ca00e commit 94cdc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const log = require('debug')('repo-migrations:cli')
99

1010
const commands = require('./commands')
1111

12-
function print (msg, newline) {
12+
function print (msg = '', newline = true) {
1313
if (newline === undefined) {
1414
newline = true
1515
}

0 commit comments

Comments
 (0)