支持stcp

This commit is contained in:
刘嘉伟 2024-08-17 00:48:23 +08:00
parent 9abda2f6d1
commit ed66824931

View File

@ -328,7 +328,7 @@ const startFrpcProcess = (commandPath: string, configPath: string) => {
});
frpcStatusListener = setInterval(() => {
const status = frpcProcessStatus();
log.debug(`监听frpc子进程状态${status}`);
log.debug(`监听frpc子进程状态${status} ${frpcStatusListener}`);
if (!status) {
new Notification({
title: "Frpc Desktop",