@haibun/web-playwright 1.63.0 → 1.63.1
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/package.json +1 -1
- package/web/monitor.html +1 -1
package/package.json
CHANGED
package/web/monitor.html
CHANGED
|
@@ -3123,7 +3123,7 @@ Expecting `+H.join(", ")+", got '"+(this.terminals_[Y]||Y)+"'":K="Parse error on
|
|
|
3123
3123
|
<button id="haibun-retry-button" title="retry" disabled>♻️ retry</button>
|
|
3124
3124
|
<button id="haibun-fail-button" title="Fail" disabled>❌ fail</button>
|
|
3125
3125
|
<button id="haibun-step-button" title="Step" disabled>👣 step</button>
|
|
3126
|
-
<button id="haibun-continue-button" title="Continue" disabled
|
|
3126
|
+
<button id="haibun-continue-button" title="Continue" disabled>▶️ continue</button>
|
|
3127
3127
|
<div id="haibun-prompt-message"></div>
|
|
3128
3128
|
</div>
|
|
3129
3129
|
<div class="haibun-controls">
|