ckeditor5-dev-env#upload
may end with an error due to passing a number in a cell to cli-table
#10861
Labels
package:dev
squad:devops
Issue to be handled by the Devops team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
When executing
translations:upload
, at the end of the task we display a summary with changes. Unfortunately, passing a number as an argument intable.push
, ends with an error when callingtable.toString()
.✔️ Expected result
No error, just a table.
❌ Actual result
❓ Possible solution
Cast all data to string when adding new rows when using the
cli-table
package.The text was updated successfully, but these errors were encountered: