Skip to content

Commit fc73cdc

Browse files
committed
Fixed build.py not closing temp file.
This was breaking it on Windows.
1 parent d073c4b commit fc73cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def main(argv=None):
5959
f.write(("// %s - http://github.com/mrdoob/three.js\n" % os.path.basename(output)) + text)
6060
f.close()
6161

62+
os.close(file)
6263
os.unlink(path)
6364

6465

0 commit comments

Comments
 (0)