this.emitError(`The assignment doesn't exist. An assignment must be created with "assignment create" before checking it.`,`Assignment doesn't exists`,AssignmentCheckerError.ASSIGNMENT_MISSING);
return;
thrownewError();
}else{
this.assignment=resp;
}
...
...
@@ -293,37 +292,30 @@ class AssignmentValidator {
if (this.assignment.useSonar&&this.runSonar){
this.newStep('ASSIGNMENT_SONAR','Please wait while we are running Sonar analysis on the assignment...');