We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1584b commit 4f3af7cCopy full SHA for 4f3af7c
pty_router_windows.go
@@ -31,3 +31,10 @@ func startRigWatcherWithPTY() {
31
func broadcastPTYPaths() {
32
// PTY not supported on Windows
33
}
34
+
35
+// restartRigWatcherWithPTY is not supported on Windows.
36
+// Falls back to normal rig watcher restart.
37
+func restartRigWatcherWithPTY() {
38
+ log.Println("[RIG-PTY] PTY mode is not supported on Windows, using normal restart")
39
+ restartRigWatcher()
40
+}
0 commit comments