We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fc991 commit 77c0688Copy full SHA for 77c0688
src/coa.js
@@ -26,7 +26,7 @@ const shouldClean = async git => {
26
27
const forceClean = async git => {
28
try {
29
- await git.clean('xdf');
+ await git.clean('xfdf');
30
} catch {
31
// handles cases on windows where path can be too long to clean
32
const files = await getCompleteFileList(git);
0 commit comments