Skip to content

Commit 8ac0664

Browse files
nturinskiCopilot
andauthored
Update src/funcCoreTools/funcHostErrorUtils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 759fb6a commit 8ac0664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/funcCoreTools/funcHostErrorUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface FuncHostErrorContextOptions {
2121
}
2222

2323
// eslint-disable-next-line no-control-regex
24-
const redAnsiRegex = /\u001b\[(?:[0-9;]*31m|[0-9;]*91m|38;5;(9|1)m)/;
24+
const redAnsiRegex = /\u001b\[(?:[0-9;]*31m|[0-9;]*91m)/;
2525

2626
export function isFuncHostErrorLog(log: string): boolean {
2727
return redAnsiRegex.test(log);

0 commit comments

Comments
 (0)