Neal Wilson hace 11 años
padre
commit
fc1d2bd65b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/productionroaster.xml Ver fichero

@@ -346,7 +346,7 @@
346 346
 					var notesList = notesSetting.slice(2, notesSetting.length-2).split(",");
347 347
 					if(valuesList.length > 1 && notesList.length == valuesList.length) {
348 348
 						for(var j = 0; j < valuesList.length; j++) {
349
-							checker.setAnnotation(Number(valueList[j]), notesList[j]);
349
+							checker.setAnnotation(Number(valuesList[j]), notesList[j]);
350 350
 						}
351 351
 					}
352 352
 					if(driverReference.emitOnStart == "true") {

Loading…
Cancelar
Guardar