Skip to content

Commit 773e4c5

Browse files
committed
fix(scripts): use stable lib import in filter-coverage script
Replace '../dist/logger.js' with '#socketsecurity/lib/logger' to align with scripts/ import pattern.
1 parent b82400f commit 773e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/filter-coverage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import fs from 'node:fs'
1212
import path from 'node:path'
1313
import { fileURLToPath } from 'node:url'
14-
import { getDefaultLogger } from '../dist/logger.js'
14+
import { getDefaultLogger } from '#socketsecurity/lib/logger'
1515

1616
const logger = getDefaultLogger()
1717
const __dirname = path.dirname(fileURLToPath(import.meta.url))

0 commit comments

Comments
 (0)