@cloud411716/fancy-webnovel 1.0.1 → 1.0.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.
@@ -122,7 +122,9 @@ export function apply(ctx) {
122
122
  }
123
123
 
124
124
  // ---------- init (in-process, no subprocess) ----------
125
- notify(session, bootstrap.notify({ type: 'initializing', projectRoot }));
125
+ // Yield to the event loop so DSH's "问卷已答" acknowledgement
126
+ // is flushed to the UI before we append our own messages.
127
+ await Promise.resolve();
126
128
 
127
129
  const result = await initProject(projectRoot);
128
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {