go-script-bash icon indicating copy to clipboard operation
go-script-bash copied to clipboard

Emit `__GO_LOG_COMMAND_DEPTH` in `@go.log_command` output

Open mbland opened this issue 8 years ago • 0 comments

Thinking about the upcoming JSON support and how to handle @go.log_command output, I'm thinking of emitting each line as something like:

{"d":_GO_LOG_COMMAND_DEPTH,"o":"line of output"}

It may also be useful to add the depth to the other @go.log calls as well.

mbland avatar Dec 28 '16 16:12 mbland