Skip to content

Commit ae89b6b

Browse files
committed
Fix test coverage.
1 parent 77c9c37 commit ae89b6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ export const trails = (
3838
/* v8 ignore next */
3939
gl.deleteShader(shader);
4040
/* v8 ignore next */
41-
// skipcq: JS-0246
42-
throw new Error("Could not compile WebGL shader. \n\n" + info);
41+
throw new Error("Could not compile WebGL shader. \n\n" + info); // skipcq: JS-0246
4342
/* v8 ignore next */
4443
}
4544
return shader;

0 commit comments

Comments
 (0)