This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
haxe
/
HaxeFoundation.haxe
espejo de
https://github.com/HaxeFoundation/haxe.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
workaround
#4498
Andy Li
hace 10 años
padre
525811bf3e
commit
535ca4d705
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tests/misc/src/Main.hx
+ 1
- 1
tests/misc/src/Main.hx
Ver fichero
@@ -107,7 +107,7 @@ class Main {
result = false;
}
}
-
+
proc.close();
return result;
}