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
After a docker node update sloc seems to have the following problem:
$ sloc --details --format cli-table --keys total,source,comment js/*.js
/usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/utils.js:85
var split = stripped.split("\n");
^
TypeError: stripped.split is not a function
at Object.exports.strlen (/usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/utils.js:85:24)
at get_width (/usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:138:70)
at /usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:131:68
at Array.forEach (<anonymous>)
at extractColumnWidths (/usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:130:9)
at /usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:104:11
at Array.forEach (<anonymous>)
at Table.toString (/usr/local/lib/node_modules/sloc/node_modules/cli-table/lib/index.js:101:16)
at module.exports (/usr/local/lib/node_modules/sloc/lib/formatters/cli-table.js:56:18)
at print (/usr/local/lib/node_modules/sloc/lib/cli.js:95:11)
Node.js v17.0.1
The text was updated successfully, but these errors were encountered:
After a docker node update sloc seems to have the following problem:
The text was updated successfully, but these errors were encountered: