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
The following code will produce an infinite loop that ansi-to-html never returns from:
var Convert = require('ansi-to-html');
var convert = new Convert();
console.log(convert.toHtml('\u001b[15;1!\u001b[17;2!\u001b[11;0;3549;3080;3840;241;943;4082;3086;124;221;175;124;15;1807;3086;221!'));
The text was updated successfully, but these errors were encountered:
Narrowed it down to this text.replace op: "\u001b[11;0;3549;3080;3840;241;943;4082;3086;124;221;175;124;15;1807;3086;221!".replace(/^\x1b\[((?:\d{1,3};?)+|)m/, v => "hi")
The following code will produce an infinite loop that ansi-to-html never returns from:
The text was updated successfully, but these errors were encountered: