I had to add the override variable to the function call after line 46 in wpress-extract/cli.js: 40 try { 41 await wpExtract({ 42 inputFile, 43 outputDir, 44 onStart, 45 onUpdate, 46 onFinish, 47 override 48 });
I had to add the override variable to the function call after line 46 in wpress-extract/cli.js:
40 try {
41 await wpExtract({
42 inputFile,
43 outputDir,
44 onStart,
45 onUpdate,
46 onFinish,
47 override
48 });