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 57e07c1 commit 0d012c0Copy full SHA for 0d012c0
lib/utils/lz4.ts
@@ -12,7 +12,6 @@ function tryLoadLZ4Module(): LZ4Module | undefined {
12
}
13
14
if (err.code === 'MODULE_NOT_FOUND') {
15
- console.warn('LZ4 module not installed: Missing dependency', err);
16
return undefined;
17
18
0 commit comments