Fix linting

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

View file

@ -2,7 +2,7 @@ import { tmpdir } from "os";
import { unlinkSync } from "fs"; import { unlinkSync } from "fs";
import { join } from "path"; import { join } from "path";
import { ui } from "../environment/userInteraction.js"; 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"; import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
export async function installOnMacOS() { export async function installOnMacOS() {