Explorar el Código

Add exit condition

pull/385/head
Dave Machado hace 6 años
padre
commit
2e6d999b48
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      build/validate.rb

+ 6
- 0
build/validate.rb Ver fichero

@@ -38,3 +38,9 @@ File.foreach(filename).with_index do |line, line_num|
end
end
end

if fail_flag
exit(1)
else
exit(0)
end

Cargando…
Cancelar
Guardar