Skip to content

Commit 17c53df

Browse files
committed
chore: default object
1 parent ef4a2df commit 17c53df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/get-install-json.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function getInstallJson ({
1919
branch,
2020
commit,
2121
status
22-
}) {
22+
} = {}) {
2323
if (!env) {
2424
env = {}
2525
}
@@ -73,6 +73,9 @@ function getInstallJson ({
7373
'from arguments',
7474
arguments
7575
)
76+
77+
debug('formed install json object %o', json)
78+
7679
return json
7780
}
7881

0 commit comments

Comments
 (0)