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
Logger uses String.repeat but it does not exist on Node 0.x and the server crashes:
node_modules/console-log-server/dist/logging.js:29
var divLine = color('*'.repeat(text.length));
^
TypeError: undefined is not a function
at divider (/home/vesse/temp/jarkkuli/node_modules/console-log-server/dist/logging.js:29:29)
at exports.default (/home/vesse/temp/jarkkuli/node_modules/console-log-server/dist/logging.js:43:20)
at ServerResponse.<anonymous> (/home/vesse/temp/jarkkuli/node_modules/console-log-server/dist/router.js:79:29)
at ServerResponse.emit (events.js:104:17)
at finish (_http_outgoing.js:551:10)
at afterWrite (_stream_writable.js:361:3)
at _stream_writable.js:349:9
at process._tickCallback (node.js:355:11)
The text was updated successfully, but these errors were encountered:
Logger uses
String.repeat
but it does not exist on Node 0.x and the server crashes:The text was updated successfully, but these errors were encountered: