This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
workaround
#4498
Andy Li
10 years ago
parent
525811bf3e
commit
535ca4d705
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tests/misc/src/Main.hx
+ 1
- 1
tests/misc/src/Main.hx
View File
@@ -107,7 +107,7 @@ class Main {
result = false;
}
}
-
+
proc.close();
return result;
}