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 73baf9c commit 65f1545Copy full SHA for 65f1545
scripts/utils/run-command.mjs
@@ -1,8 +1,7 @@
1
/** @fileoverview Utility for running shell commands with proper error handling. */
2
3
-import { spawn, spawnSync } from '@socketsecurity/lib/spawn'
4
-
5
import { getDefaultLogger } from '@socketsecurity/lib/logger'
+import { spawn, spawnSync } from '@socketsecurity/lib/spawn'
6
7
const logger = getDefaultLogger()
8
0 commit comments