fix(cli): update JetBrains terminal warning messaging and only show in alternate buffer mode

This commit is contained in:
jacob314
2026-02-20 10:38:43 -08:00
parent 3cc88167cd
commit 7aad2f2bcf
4 changed files with 39 additions and 9 deletions
@@ -20,7 +20,8 @@ async function run(cmd) {
stdio: ['pipe', 'pipe', 'ignore'],
});
return stdout.trim();
} catch (_e) { // eslint-disable-line @typescript-eslint/no-unused-vars
} catch (_e) {
// eslint-disable-line @typescript-eslint/no-unused-vars
return null;
}
}