We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a93c1d commit 22234d8Copy full SHA for 22234d8
1 file changed
src/commands/cdxgen/run-cyclonedx.ts
@@ -1,5 +1,4 @@
1
-import { promises as fs } from 'fs'
2
-import { existsSync } from 'node:fs'
+import { existsSync, promises as fs } from 'node:fs'
3
import path from 'node:path'
4
import process from 'node:process'
5
0 commit comments