Skip to content

Commit 5e2a787

Browse files
committed
chore - deno 2 fmt
1 parent 709ffd6 commit 5e2a787

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/jupyter/jupyter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ async function mdOutputStream(
18371837
);
18381838
} else {
18391839
// normal default behavior
1840-
return mdCodeOutput(text.map(colors.stripColor));
1840+
return mdCodeOutput(text.map(colors.stripAnsiCode));
18411841
}
18421842
}
18431843

@@ -1946,7 +1946,7 @@ which does not appear to be plain text: ${JSON.stringify(data)}`,
19461946
return mdCodeOutput(lines);
19471947
}
19481948
} else {
1949-
return mdCodeOutput(lines.map(colors.stripColor));
1949+
return mdCodeOutput(lines.map(colors.stripAnsiCode));
19501950
}
19511951
}
19521952
}

0 commit comments

Comments
 (0)