opencroc 1.6.5 → 1.6.6
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.js +1 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/web/index.html +59 -8
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -5013,6 +5013,7 @@ var init_croc_office = __esm({
|
|
|
5013
5013
|
} catch (err) {
|
|
5014
5014
|
this.updateAgent("tester-croc", { status: "error", currentTask: String(err) });
|
|
5015
5015
|
this.log(`\u274C Test execution failed: ${err}`, "error");
|
|
5016
|
+
this.broadcast("test:complete", { metrics: null, total: 0, quality: this.lastExecutionQuality });
|
|
5016
5017
|
return { ok: false, task: "execute", duration: Date.now() - start, error: String(err) };
|
|
5017
5018
|
} finally {
|
|
5018
5019
|
if (cleanupBackend) {
|