Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--force does not do anything. #3

Open
patrick-7-7-7 opened this issue Aug 12, 2022 · 1 comment
Open

--force does not do anything. #3

patrick-7-7-7 opened this issue Aug 12, 2022 · 1 comment

Comments

@patrick-7-7-7
Copy link

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 });

@TheDelta
Copy link

would be fixed with #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants