opencode-supertask 0.1.24 → 0.1.26

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/web/index.js CHANGED
@@ -17538,7 +17538,7 @@ var DatabaseMaintenanceService = class {
17538
17538
  if (!lock || !isProcessAlive(lock.pid)) return;
17539
17539
  if (allowCurrentGateway && lock.pid === process.pid) return;
17540
17540
  throw new DatabaseMaintenanceConflictError(
17541
- `Gateway PID ${lock.pid} \u4ECD\u5728\u8FD0\u884C\uFF0C\u8BF7\u5148\u6267\u884C pm2 stop supertask-gateway`
17541
+ `Gateway PID ${lock.pid} \u4ECD\u5728\u8FD0\u884C\uFF0C\u4F46\u672A\u786E\u8BA4\u7531\u5F53\u524D\u6570\u636E\u5E93\u5BF9\u5E94\u7684 PM2 \u8FDB\u7A0B\u7BA1\u7406\uFF1B\u8BF7\u5148\u505C\u6B62\u8BE5 Gateway\uFF08PM2 \u53EF\u6267\u884C pm2 stop supertask-gateway\uFF09`
17542
17542
  );
17543
17543
  }
17544
17544
  static assertNoRunningWork(sqlite2) {