Merge pull request #175 from mixelpixx/fix/prettier-kicad-server
style: apply prettier formatting to kicad-server.ts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user