@tscircuit/cli 0.1.747 → 0.1.748
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.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -172503,7 +172503,7 @@ var buildFile = async (input, output, projectDir, options) => {
|
|
|
172503
172503
|
};
|
|
172504
172504
|
}
|
|
172505
172505
|
} catch (err) {
|
|
172506
|
-
console.error(
|
|
172506
|
+
console.error(err);
|
|
172507
172507
|
if (err instanceof Error) {
|
|
172508
172508
|
logTsxExtensionHint(err, input);
|
|
172509
172509
|
logTypeReexportHint(err, input);
|