added try catch in nm (#2785)
* added try catch in nm * changelog * asdf * gh action
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user