compareECL: Set throwOnError to false together with analysis=true
This commit is contained in:
@@ -100,6 +100,7 @@ int main(int argc, char** argv) {
|
||||
switch (c) {
|
||||
case 'a':
|
||||
analysis = true;
|
||||
throwOnError = false;
|
||||
break;
|
||||
case 'h':
|
||||
printHelp();
|
||||
|
||||
Reference in New Issue
Block a user