@simonfestl/husky-cli 1.38.5 ā 1.38.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.
|
@@ -250,7 +250,6 @@ supervisorCommand
|
|
|
250
250
|
}
|
|
251
251
|
console.log("\nš Husky Supervisor Workflow Status");
|
|
252
252
|
console.log("=".repeat(50));
|
|
253
|
-
// Task status
|
|
254
253
|
console.log("\nš Task Backlog:");
|
|
255
254
|
const backlogTasks = tasks.tasks || [];
|
|
256
255
|
if (backlogTasks.length === 0) {
|
|
@@ -173,7 +173,6 @@ export class EmovePlaywrightClient {
|
|
|
173
173
|
catch (error) {
|
|
174
174
|
// Customer details not available
|
|
175
175
|
}
|
|
176
|
-
// Extract line items
|
|
177
176
|
const items = [];
|
|
178
177
|
const itemRows = page.locator('table.woocommerce-table--order-details tbody tr.woocommerce-table__line-item');
|
|
179
178
|
const itemCount = await itemRows.count();
|
|
@@ -153,7 +153,6 @@ export class SkuterzonePlaywrightClient {
|
|
|
153
153
|
catch (error) {
|
|
154
154
|
// Customer details not available
|
|
155
155
|
}
|
|
156
|
-
// Extract line items
|
|
157
156
|
const items = [];
|
|
158
157
|
const itemRows = page.locator('table.woocommerce-table--order-details tbody tr.woocommerce-table__line-item');
|
|
159
158
|
const itemCount = await itemRows.count();
|