Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b4774
)
system: set streams to nil
author
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 10 Aug 2015 20:30:59 +0000
(22:30 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 10 Aug 2015 20:30:59 +0000
(22:30 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/lsp/process.lsp
patch
|
blob
|
blame
|
history
diff --git
a/src/lsp/process.lsp
b/src/lsp/process.lsp
index
b7e80ad
..
4777f88
100644
(file)
--- a/
src/lsp/process.lsp
+++ b/
src/lsp/process.lsp
@@
-41,6
+41,6
@@
(setf shell comspec
option "/c")))
(nth-value 1 (run-program shell (list option cmd-string)
- :wait t :output
t :input t
- :error
t
))))
+ :wait t :output
nil :input nil
+ :error
nil
))))