Compare commits
3 Commits
d4532bf46c
...
5e0d413da1
Author | SHA1 | Date | |
---|---|---|---|
5e0d413da1 | |||
b9016e293e | |||
17e0a70de5 |
@ -50,8 +50,9 @@ function sortAndMergeYAMLFiles() {
|
||||
console.error("Error writing gw.pis", err)
|
||||
}
|
||||
|
||||
// Remove any files created by dgp2
|
||||
files.forEach(file => {
|
||||
if (file.startsWith('dg_parser')) {
|
||||
if (file.startsWith('auto-dgp2')) {
|
||||
fs.unlinkSync(directoryPath + file);
|
||||
console.log(`Deleted file: ${file}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user