mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 导出 PDF 报错 Fix https://github.com/siyuan-note/insider/issues/1101
This commit is contained in:
parent
2f32985c39
commit
c4fb442e46
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ func Serve(fastMode bool) {
|
||||||
os.Exit(util.ExitCodeUnavailablePort)
|
os.Exit(util.ExitCodeUnavailablePort)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
util.ServerPort = port
|
||||||
|
|
||||||
pid := fmt.Sprintf("%d", os.Getpid())
|
pid := fmt.Sprintf("%d", os.Getpid())
|
||||||
if !fastMode {
|
if !fastMode {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue