[object Object]

← back to Dw Rotation Activator

chore: refactor (summary label reflects COMMIT vs DRY mode), session close

6ec5f49dde1a9cf7c0a3cc142e584edb793f1228 · 2026-07-26 20:21:41 -0700 · Steve

Files touched

Diff

commit 6ec5f49dde1a9cf7c0a3cc142e584edb793f1228
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun Jul 26 20:21:41 2026 -0700

    chore: refactor (summary label reflects COMMIT vs DRY mode), session close
---
 mdc-activate.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mdc-activate.js b/mdc-activate.js
index 1468b1c..cfc55be 100644
--- a/mdc-activate.js
+++ b/mdc-activate.js
@@ -97,5 +97,5 @@ const SET=rows.map(l=>{const[pid,mfr,mat,width,dw,vital]=l.split('\t');return{pi
     if(activated%25===0)P(`  ...activated ${activated}`);
     await sleep(300);
   }
-  P(`\nDONE ${DRY?'(DRY)':''}: scanned=${scanned} wouldActivate=${activated} published=${publishedN} heldSettlement=${heldSettle} blocked=${blocked} heldValidate=${heldValidate} heldLeak=${heldLeak} heldVital=${heldVital}  settlement_cost=$${cost.toFixed(4)}`);
+  P(`\nDONE ${DRY?'(DRY)':''}: scanned=${scanned} ${DRY?'wouldActivate':'activated'}=${activated} published=${publishedN} heldSettlement=${heldSettle} blocked=${blocked} heldValidate=${heldValidate} heldLeak=${heldLeak} heldVital=${heldVital}  settlement_cost=$${cost.toFixed(4)}`);
 })();

← 04ef58e Add mdc-activate.js: private-label MDC→Phillipe Romano activ  ·  back to Dw Rotation Activator  ·  (newest)