You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is the same underlying issue as #1758. We can't get the data out quickly enough and then it gets corrupted, and yea the spinner also gets in the way.
Running with --verbose or verbose: true may work. I tend to use console.error() as well.
Sorry I know this isn't great.
(I'm closing this issue for housekeeping purposes, but let's keep the conversation going.)
I think this is the same underlying issue as #1758. We can't get the data out quickly enough and then it gets corrupted, and yea the spinner also gets in the way.
Running with --verbose or verbose: true may work. I tend to use console.error() as well.
Sorry I know this isn't great.
(I'm closing this issue for housekeeping purposes, but let's keep the conversation going.)
Please provide details about:
node: v14.5.0
"ava": "^3.10.1"
What you're trying to do
console.log(JSON.stringify({...})) print a large json
What happened
print part in terminal
What you expected to happen
print full continuity
The text was updated successfully, but these errors were encountered: