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
constsliceAnsi=require('slice-ansi');constterminalLink=require('terminal-link');constlink=terminalLink('Google','https://google.com');sliceAnsi(link,0,6);// Actual => \u001b[8;;https://googlm\u0007Googl\u001b[0m// Expected (same as input) => \u001b]8;;https://google.com\u0007Google\u001b]8;;\u0007
The text was updated successfully, but these errors were encountered:
Currently this module doesn't support slicing links created by https://github.com/sindresorhus/terminal-link, it results in invalid output. For example:
The text was updated successfully, but these errors were encountered: