utiller 1.0.88 → 1.0.89
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.
|
@@ -1839,7 +1839,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
|
|
|
1839
1839
|
var content = this.getFileContextInRaw(from);
|
|
1840
1840
|
if (_lodash["default"].isEmpty(content)) throw new _index2["default"](9999, "rewrite 功能會避免空值覆蓋, 這是一個設計");
|
|
1841
1841
|
this.appendFile(destination, content, true, true);
|
|
1842
|
-
this.
|
|
1842
|
+
this.appendInfo("rewrite from:".concat(from, " => dest:").concat(destination, " succeed"));
|
|
1843
1843
|
}
|
|
1844
1844
|
}]);
|
|
1845
1845
|
return NodeUtiller;
|
package/package.json
CHANGED