Skip to content

Commit b7fc0a7

Browse files
committed
Buildfix: use correct include for 'assert'
1 parent d11ceba commit b7fc0a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/resources/cache/hashes.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webgpu/shader/execution/expression/call/builtin/fract.cache.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { assert } from 'console';
2-
1+
import { assert } from '../../../../../../common/util/util.js';
32
import { FP, FPInterval } from '../../../../../util/floating_point.js';
43
import { kFractTable } from '../../binary/af_data.js';
54
import { makeCaseCache } from '../../case_cache.js';

0 commit comments

Comments
 (0)