Add <client dir> for preload script path

This commit is contained in:
wh201906
2023-06-04 00:53:15 +08:00
parent aee621c196
commit e6be456cfa
3 changed files with 23 additions and 9 deletions
+1
View File
@@ -63,6 +63,7 @@ void PM3Process::connectPM3(const QString& path, const QStringList args)
}
else
{
qDebug() << "unexpected output:" << (result.isEmpty() ? "(empty)" : result);
emit HWConnectFailed();
kill();
}