Skip to content

Commit 4052c8d

Browse files
committed
Use logger.log
1 parent 44d9932 commit 4052c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import { logger } from '@socketsecurity/registry/lib/logger'
2+
13
import type { CResult } from '../../types.mts'
24

35
export async function scanReachability(cwd: string): Promise<CResult<unknown>> {
4-
console.log('Scanning now... as soon as you implement me! From', cwd)
6+
logger.log('Scanning now... as soon as you implement me! From', cwd)
57

68
return { ok: true, data: undefined }
79
}

0 commit comments

Comments
 (0)