Skip to content

Commit 4f3af7c

Browse files
committed
Windows版ビルド失敗
1 parent 8a1584b commit 4f3af7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pty_router_windows.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ func startRigWatcherWithPTY() {
3131
func broadcastPTYPaths() {
3232
// PTY not supported on Windows
3333
}
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

Comments
 (0)