Skip to content

Commit ade8885

Browse files
fix: #524 Add default for webgl to remove coverage
1 parent 29e2dd2 commit ade8885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/web-gl/kernel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class WebGLKernel extends GLKernel {
153153
this.maxTexSize = null;
154154
this.switchingKernels = false;
155155
this.onRequestSwitchKernel = null;
156+
this.removeIstanbulCoverage = true;
156157

157158
this.mergeSettings(source.settings || settings);
158159

0 commit comments

Comments
 (0)