Fix linting

This commit is contained in:
Sander Declerck 2026-01-22 09:13:43 +01:00
parent 92ec4e47f9
commit b3a0ac802e
No known key found for this signature in database

View file

@ -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() {