Merge pull request #175 from mixelpixx/fix/prettier-kicad-server

style: apply prettier formatting to kicad-server.ts
This commit is contained in:
Eugene Mikhantyev
2026-05-13 20:49:09 +01:00
committed by GitHub

View File

@@ -25,7 +25,8 @@ class KiCADServer {
constructor() { constructor() {
// Set absolute path to the Python KiCAD interface script // Set absolute path to the Python KiCAD interface script
this.kicadScriptPath = process.env.KICAD_SCRIPT_PATH || this.kicadScriptPath =
process.env.KICAD_SCRIPT_PATH ||
path.join(path.dirname(fileURLToPath(import.meta.url)), "../python/kicad_interface.py"); path.join(path.dirname(fileURLToPath(import.meta.url)), "../python/kicad_interface.py");
// Check if script exists // Check if script exists