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
To help with debugging and building actions, a console.table() equivalent for logger would be preferential. This would allow for Arrays and Objects to be passed and output as a table in the various log locations.
Actual Behaviour
Currently not available (or not documented?), have to us logger.info/debug/etc and output a string.
Reproduce Scenario (including but not limited to)
N/A
Steps to Reproduce
N/A
Platform and Version
v2.0.0
Sample Code that illustrates the problem
N/A
Logs taken while reproducing problem
N/A
The text was updated successfully, but these errors were encountered:
Expected Behaviour
To help with debugging and building actions, a console.table() equivalent for logger would be preferential. This would allow for Arrays and Objects to be passed and output as a table in the various log locations.
Actual Behaviour
Currently not available (or not documented?), have to us logger.info/debug/etc and output a string.
Reproduce Scenario (including but not limited to)
N/A
Steps to Reproduce
N/A
Platform and Version
v2.0.0
Sample Code that illustrates the problem
N/A
Logs taken while reproducing problem
N/A
The text was updated successfully, but these errors were encountered: