✨ 支持stcp
This commit is contained in:
parent
9abda2f6d1
commit
ed66824931
@ -328,7 +328,7 @@ const startFrpcProcess = (commandPath: string, configPath: string) => {
|
|||||||
});
|
});
|
||||||
frpcStatusListener = setInterval(() => {
|
frpcStatusListener = setInterval(() => {
|
||||||
const status = frpcProcessStatus();
|
const status = frpcProcessStatus();
|
||||||
log.debug(`监听frpc子进程状态:${status}`);
|
log.debug(`监听frpc子进程状态:${status} ${frpcStatusListener}`);
|
||||||
if (!status) {
|
if (!status) {
|
||||||
new Notification({
|
new Notification({
|
||||||
title: "Frpc Desktop",
|
title: "Frpc Desktop",
|
||||||
|
Loading…
Reference in New Issue
Block a user