1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-04 20:51:27 +00:00

Fix os/spawn piping on windows and free handles on errors.

This commit is contained in:
Calvin Rose
2020-09-13 20:49:38 -05:00
parent 4c9624db64
commit 32bf70571a
2 changed files with 100 additions and 34 deletions

9
.gitattributes vendored
View File

@@ -1 +1,10 @@
*.janet linguist-language=Clojure
*.janet text eol=lf
*.c text eol=lf
*.h text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.build text eol=lf
*.txt text eol=lf
*.sh text eol=lf