Execute is a function that "execute" the given escape sequence by writing it to the provided output writer.
This is syntactic sugar over Writable.write, with the addition of waiting for the output to be actually written.
The writable stream
The chunk to write
Encoding
Execute is a function that "execute" the given escape sequence by writing it to the provided output writer.
This is syntactic sugar over Writable.write, with the addition of waiting for the output to be actually written.