easyeda 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2496,7 +2496,7 @@ var convertEasyEdaJsonToVariousFormats = async ({
|
|
|
2496
2496
|
outputFilename = `${filename}.${outputFormat}`;
|
|
2497
2497
|
}
|
|
2498
2498
|
if (!outputFilename) {
|
|
2499
|
-
console.log("specify --output file (-o) or --
|
|
2499
|
+
console.log("specify --output file (-o) or --output-format");
|
|
2500
2500
|
process.exit(1);
|
|
2501
2501
|
}
|
|
2502
2502
|
if (outputFilename.endsWith(".raweasy.json")) {
|
|
@@ -2554,4 +2554,4 @@ export {
|
|
|
2554
2554
|
convertRawEasyToTsx,
|
|
2555
2555
|
convertEasyEdaJsonToVariousFormats
|
|
2556
2556
|
};
|
|
2557
|
-
//# sourceMappingURL=chunk-
|
|
2557
|
+
//# sourceMappingURL=chunk-OP7TC45O.js.map
|