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 2907663 commit 0e7d6a9Copy full SHA for 0e7d6a9
scripts/filter-coverage.mjs
@@ -11,7 +11,7 @@
11
import fs from 'node:fs'
12
import path from 'node:path'
13
import { fileURLToPath } from 'node:url'
14
-import { getDefaultLogger } from '../dist/logger.js'
+import { getDefaultLogger } from '#socketsecurity/lib/logger'
15
16
const logger = getDefaultLogger()
17
const __dirname = path.dirname(fileURLToPath(import.meta.url))
0 commit comments