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 dcbca02 commit 37568f0Copy full SHA for 37568f0
1 file changed
src/commands/manifest/bazel/extract_bazel_to_maven.mts
@@ -9,7 +9,6 @@ import path from 'node:path'
9
10
import { logger } from '@socketsecurity/registry/lib/logger'
11
12
-import { getErrorCause } from '../../../utils/errors.mts'
13
import { resolveBazelBinary } from './bazel-bin-detect.mts'
14
import {
15
parseBazelBuildOutput,
@@ -30,6 +29,7 @@ import {
30
29
detectWorkspaceMode,
31
getBazelInvocationFlags,
32
} from './bazel-workspace-detect.mts'
+import { getErrorCause } from '../../../utils/errors.mts'
33
34
import type { ExtractedArtifact } from './bazel-build-parser.mts'
35
import type { BazelQueryOptions } from './bazel-query-runner.mts'
0 commit comments