abler-api 0.1.18 → 0.1.19

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.
@@ -1517,7 +1517,7 @@ class preconditions$1 {
1517
1517
  }
1518
1518
 
1519
1519
  await fs.async_writeFile(`../log/preconditions`, text);
1520
- return text === " ";
1520
+ return !text;
1521
1521
  } // 检查器
1522
1522
 
1523
1523
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abler-api",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "API服务相关工具",
5
5
  "main": "./dist/cjs/pp-util.js",
6
6
  "-module": "./dist/es/pp-util.js",