intellitester 0.2.1 → 0.2.11
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/cli/index.cjs +4 -1
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +4 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +4 -2
package/dist/cli/index.cjs
CHANGED
|
@@ -1809,7 +1809,10 @@ var main = async () => {
|
|
|
1809
1809
|
} catch (error) {
|
|
1810
1810
|
const message = error instanceof Error ? error.message : String(error);
|
|
1811
1811
|
logError(message);
|
|
1812
|
-
|
|
1812
|
+
if (previewCleanup) {
|
|
1813
|
+
previewCleanup();
|
|
1814
|
+
}
|
|
1815
|
+
process2__default.default.exit(1);
|
|
1813
1816
|
} finally {
|
|
1814
1817
|
if (previewCleanup) {
|
|
1815
1818
|
previewCleanup();
|