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 109c23d commit 5564bd9Copy full SHA for 5564bd9
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