We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9442a commit 9f9f9e4Copy full SHA for 9f9f9e4
lib/pause.js
@@ -175,7 +175,7 @@ async function parseInput(cmd) {
175
output.print(output.styles.success(' OK '), cmd)
176
}
177
if (cmd?.startsWith('I.grab')) {
178
- output.print(output.styles.debug(val))
+ output.print(output.styles.debug(JSON.stringify(val, null, 2)))
179
180
181
history.push(cmd) // add command to history when successful
0 commit comments