@opentapd/tplugin-cli 0.20.0-beta.13 → 0.20.0-beta.14

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.
Files changed (2) hide show
  1. package/lib/create.js +1 -1
  2. package/package.json +1 -1
package/lib/create.js CHANGED
@@ -143,7 +143,7 @@ async function getAppCreateStatus(code) {
143
143
  return;
144
144
  }
145
145
  if (data.data.status === '0') {
146
- setTimeout(() => getAppCreateStatus(code), 1);
146
+ setTimeout(() => getAppCreateStatus(code), 1000);
147
147
  } else if (data.data.status === '1') {
148
148
  spinner.stop();
149
149
  // 创建完成后,拉取代码
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentapd/tplugin-cli",
3
- "version": "0.20.0-beta.13",
3
+ "version": "0.20.0-beta.14",
4
4
  "description": "tplugin-cli",
5
5
  "bin": {
6
6
  "tplugin-cli": "index.js"