윈도우에서 로그 폴더 위치 비정상 수정

This commit is contained in:
2023-12-08 18:30:14 +09:00
parent 27dd9226e9
commit d03f02a44f
2 changed files with 7 additions and 4 deletions

View File

@ -77,6 +77,7 @@ type procmeta struct {
name string
args []string
version string
verpath string
state int32
stdin io.WriteCloser
}