mm_machine 2.4.5 → 2.4.6

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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -428,7 +428,6 @@ Manager.prototype._findFiles = function (dir) {
428
428
  }
429
429
  // 检查目录是否存在
430
430
  if (!dir.hasDir()) {
431
- this.log('warn', '目录不存在', dir);
432
431
  return [];
433
432
  }
434
433
  if (this.config.search_way === 'dir') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_machine",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "A flexible Node.js plugin mechanism system for dynamic loading, management and execution of modules. Supports hot reload, lifecycle management, and modern JavaScript features.",
5
5
  "main": "index.js",
6
6
  "scripts": {