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 e78ccdc commit d0b191cCopy full SHA for d0b191c
desktop/panel/http.test.js
@@ -89,7 +89,7 @@ beforeAll(async () => {
89
s.stderr.on('data', (data) => {
90
console.error(`[ERR server:${ports[i]}]: ${data.toString()}`);
91
});
92
-
+
93
s.on('close', function (code) {
94
process.stderr.write(`[server:${ports[i]}]: exited with ${code}.\n`);
95
scripts/fileserver.go
@@ -2,8 +2,8 @@ package main
2
3
import (
4
"log"
5
- "os"
6
"net/http"
+ "os"
7
)
8
9
func main() {
0 commit comments