system: set streams to nil
authorDaniel Kochmański <daniel@turtleware.eu>
Mon, 10 Aug 2015 20:30:59 +0000 (22:30 +0200)
committerDaniel 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

index b7e80ad..4777f88 100644 (file)
@@ -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))))