Skip to content

Commit 1502dc9

Browse files
committed
Fix lint nit
1 parent 8ca3dab commit 1502dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/path-resolve.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import which from 'which'
66
import { resolveBinPathSync } from '@socketsecurity/registry/lib/npm'
77

88
import constants from '../constants.mts'
9-
import { isDirectorySync, safeStatsSync } from './fs.mts'
9+
import { isDirectorySync } from './fs.mts'
1010
import {
1111
filterBySupportedScanFiles,
1212
globWithGitIgnore,

0 commit comments

Comments
 (0)