Skip to content

Commit 9f9f9e4

Browse files
committed
feat: better I.grab logging
1 parent 9a9442a commit 9f9f9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pause.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async function parseInput(cmd) {
175175
output.print(output.styles.success(' OK '), cmd)
176176
}
177177
if (cmd?.startsWith('I.grab')) {
178-
output.print(output.styles.debug(val))
178+
output.print(output.styles.debug(JSON.stringify(val, null, 2)))
179179
}
180180

181181
history.push(cmd) // add command to history when successful

0 commit comments

Comments
 (0)