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 202c384 commit 9e59f0dCopy full SHA for 9e59f0d
src/coa.js
@@ -26,7 +26,7 @@ const shouldClean = async git => {
26
27
const forceClean = async git => {
28
try {
29
- await git.clean('xfdf');
+ await git.clean('fdfx');
30
} catch {
31
// handles cases on windows where path can be too long to clean
32
const files = await getCompleteFileList(git);
@@ -35,7 +35,7 @@ const forceClean = async git => {
35
await unlink(file);
36
}
37
} finally {
38
39
40
};
41
0 commit comments