mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linting error
This commit is contained in:
parent
08c1328b52
commit
7a55be49f4
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ describe("safeSpawn", () => {
|
|||
},
|
||||
};
|
||||
},
|
||||
execSync: (cmd, opts) => {
|
||||
execSync: (cmd) => {
|
||||
// Simulate 'command -v' returning full path
|
||||
const match = cmd.match(/command -v (.+)/);
|
||||
if (match) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue