writeTentative
Summary
Writesbefore and after messages if and only if mayWrite writes anything. If mayWrite writes “CONTENT”, this method will write “CONTENT”. If mayWrite writes nothing, this method will write nothing.
Signature
Parameters
before
Type:string
after
Type:string
mayWrite
Type:() => void
Returns
Type:void
Writes and messages if and only if writes anything.If writes “CONTENT”, this method will write “CONTENT”. If writes nothing, this method will write nothing.
