dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
964 stars 33 forks source link

Logging object as argument should not print [object Object] #191

Closed dsherret closed 6 months ago

dsherret commented 7 months ago

For example:

$.logLight("Found tag:", latestTag);

If latestTag is an object, then it will print [object Object]. Instead it should use the same behaviour as console.log