We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90ecb7 commit 7b3403fCopy full SHA for 7b3403f
kernel.go
@@ -91,6 +91,10 @@ func runKernel(connectionFile string) {
91
// Set up the "Session" with the replpkg.
92
ir := classic.New()
93
94
+ // Throw out the error/warning messages that gomacro outputs writes to these streams.
95
+ ir.Stdout = ioutil.Discard
96
+ ir.Stderr = ioutil.Discard
97
+
98
// Parse the connection info.
99
var connInfo ConnectionInfo
100
0 commit comments