mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
15 lines
468 B
Diff
15 lines
468 B
Diff
diff --git a/node_modules/node-pty/src/win/conpty.cc b/node_modules/node-pty/src/win/conpty.cc
|
|
index 47af75c..884d542 100644
|
|
--- a/node_modules/node-pty/src/win/conpty.cc
|
|
+++ b/node_modules/node-pty/src/win/conpty.cc
|
|
@@ -472,10 +472,6 @@ static NAN_METHOD(PtyKill) {
|
|
}
|
|
}
|
|
|
|
- DisconnectNamedPipe(handle->hIn);
|
|
- DisconnectNamedPipe(handle->hOut);
|
|
- CloseHandle(handle->hIn);
|
|
- CloseHandle(handle->hOut);
|
|
CloseHandle(handle->hShell);
|
|
}
|
|
|