Skip to content

Commit 14901c7

Browse files
committed
Fix spelling
1 parent 48f892a commit 14901c7

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

cSpell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.1",
33
"language": "en",
4-
"words": ["spdy"],
4+
"words": ["spdy", "multipart"],
55
"ignorePaths": ["**/node_modules/**", "**/vscode-extension/**", "**/.git/**", ".vscode", "typings", "resources"]
66
}

src/system.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ export default class System {
3939
},
4040
});
4141

42-
req.write(f, () => {
43-
console.log("dun knoe");
44-
console.log();
45-
});
42+
req.write(f);
4643

4744
req.setEncoding("utf8");
4845
let data = "";

0 commit comments

Comments
 (0)