We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8addad commit 378fda3Copy full SHA for 378fda3
src/packages/static/src/webapp-error.ts
@@ -143,7 +143,8 @@ function isWhitelisted({ error }): boolean {
143
}
144
if (
145
error?.stack?.includes("xterm-addon-webgl") ||
146
- error.stack?.include("reading 'loadCell'")
+ error?.stack?.includes("reading 'loadCell'") ||
147
+ error?.stack?.includes("renderRows") // xtermjs in general...
148
) {
149
// ranodmly happens sometimes with webgl based terminal, but then it still works fine.
150
return true;
0 commit comments