mm_machine 1.6.6 → 1.6.7
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -503,7 +503,7 @@ Index.prototype.sort = function() {
|
|
|
503
503
|
* 更新前
|
|
504
504
|
*/
|
|
505
505
|
Index.prototype.update_before = async function(dir) {
|
|
506
|
-
console.log("更新前")
|
|
506
|
+
// console.log("更新前")
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
|
|
@@ -511,7 +511,7 @@ Index.prototype.update_before = async function(dir) {
|
|
|
511
511
|
* 更新后
|
|
512
512
|
*/
|
|
513
513
|
Index.prototype.update_after = async function(dir) {
|
|
514
|
-
console.log("更新后")
|
|
514
|
+
// console.log("更新后")
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
/**
|