added try catch in nm (#2785)

* added try catch in nm

* changelog

* asdf

* gh action
This commit is contained in:
fourtf
2021-05-16 18:51:25 +02:00
committed by GitHub
parent 6732b25f36
commit 6ae8427fc6
4 changed files with 52 additions and 18 deletions
+5
View File
@@ -1,6 +1,9 @@
#pragma once
#include <QString>
#include <QThread>
#include <boost/optional.hpp>
#include <common/Atomic.hpp>
namespace chatterino {
@@ -10,6 +13,8 @@ class Paths;
void registerNmHost(Paths &paths);
std::string &getNmQueueName(Paths &paths);
Atomic<boost::optional<QString>> &nmIpcError();
class NativeMessagingClient final
{
public: