codemem 0.30.0-alpha.1 → 0.30.0-alpha.2

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/index.js CHANGED
@@ -4638,6 +4638,7 @@ async function startForegroundViewer(invocation) {
4638
4638
  host: syncConfig.syncHost,
4639
4639
  port: syncConfig.syncPort,
4640
4640
  signal: syncAbort.signal,
4641
+ scanner: store.scanner,
4641
4642
  onPhaseChange: (phase) => {
4642
4643
  if (phase === "running") {
4643
4644
  syncRuntimeStatus.phase = null;