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