eprolo-cli 1.0.80 → 1.0.81
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/bin/eprolo-cli.js +1 -1
- package/package.json +1 -1
package/bin/eprolo-cli.js
CHANGED
|
@@ -231,7 +231,7 @@ async function queryProductList() {
|
|
|
231
231
|
process.exit(0);
|
|
232
232
|
}
|
|
233
233
|
async function insertProduct(argv) {
|
|
234
|
-
console.log('
|
|
234
|
+
console.log('insertProduct66',argv);
|
|
235
235
|
const config = readConfig();
|
|
236
236
|
if (!argv) {
|
|
237
237
|
console.error(JSON.stringify({ success: false, errorMessage: "缺少产品 JSON 字符串" }));
|
package/package.json
CHANGED