mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix linting
This commit is contained in:
parent
92ec4e47f9
commit
b3a0ac802e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { tmpdir } from "os";
|
|||
import { unlinkSync } from "fs";
|
||||
import { join } from "path";
|
||||
import { ui } from "../environment/userInteraction.js";
|
||||
import { printVerboseAndSafeSpawn, safeSpawn } from "../utils/safeSpawn.js";
|
||||
import { printVerboseAndSafeSpawn } from "../utils/safeSpawn.js";
|
||||
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
||||
|
||||
export async function installOnMacOS() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue