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 34dd66b commit e81d69aCopy full SHA for e81d69a
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