diff --git a/index.js b/index.js index 01b68c0..9390946 100644 --- a/index.js +++ b/index.js @@ -66,6 +66,11 @@ function supportsHyperlink(stream) { return false; } + // Windows Terminal + if ('WT_SESSION' in env) { + return true; + } + if (process.platform === 'win32') { return false; }