Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import { loadAndMaybeMigrateDoctorConfig } from "../src/commands/doctor-config-flow.js";
import { writeConfigFile } from "../src/config/config.js";
const result = await loadAndMaybeMigrateDoctorConfig({
options: {
nonInteractive: true,
repair: true,
yes: true,
},
confirm: async () => false,
});
if (result.shouldWriteConfig) {
await writeConfigFile(result.cfg);
}
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland