tweak to make sanity test pass
parent
01dc990ceb
commit
dbbf4c3136
|
|
@ -43,7 +43,7 @@ function clear_previous() {
|
|||
previous.dst = '-';
|
||||
previous.wp_name = '-';
|
||||
previous.course = -999;
|
||||
};
|
||||
}
|
||||
|
||||
function drawCompass(course) {
|
||||
if(!candraw) return;
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ while(fileA=allFiles.pop()) {
|
|||
if (globA.test(nameB)||globB.test(nameA)) {
|
||||
if (isGlob(nameA)||isGlob(nameB))
|
||||
ERROR(`App ${fileB.app} ${typeB} file ${nameB} matches app ${fileA.app} ${typeB} file ${nameA}`)
|
||||
else ERROR(`App ${fileB.app} ${typeB} file ${nameB} is also listed as ${typeA} file for app ${fileA.app}`)
|
||||
else WARN(`App ${fileB.app} ${typeB} file ${nameB} is also listed as ${typeA} file for app ${fileA.app}`)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue