Skip to content

Commit 937b701

Browse files
kobenguyentCopilot
andauthored
Update lib/pause.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6800545 commit 937b701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pause.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ async function parseInput(cmd) {
179179
output.print(output.styles.debug(JSON.stringify(val, null, 2)))
180180
} catch (err) {
181181
output.print(output.styles.error(' ERROR '), 'Failed to stringify result:', err.message)
182+
output.print(output.styles.error(' RAW VALUE '), String(val))
182183
}
183184
}
184185

0 commit comments

Comments
 (0)