Closed
Description
This bug only appears on iTerm 2
.
How to reproduce
const terminalLink = require('terminal-link');
const stripAnsi = require('strip-ansi');
const link = terminalLink('click', 'https://github.com', {fallback: text => text});
console.log(stripAnsi(link));
Expected ouput
click
Actual output
ttps://github.com/sindresorhusclick