Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genv8constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/genv8constants.py b/tools/genv8constants.py
index cb648d39ce7..64370ad2961 100755
--- a/tools/genv8constants.py
+++ b/tools/genv8constants.py
@@ -113,3 +113,5 @@ outfile.write("""
#endif /* V8_CONSTANTS_H */
""")
+
+outfile.close()