🎨
This commit is contained in:
parent
e1d564da6e
commit
3dee76a6c1
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
#include "native_mate/wrappable.h"
|
#include "native_mate/wrappable.h"
|
||||||
|
|
||||||
#include "atom/common/node_includes.h"
|
#include "atom/common/node_includes.h"
|
||||||
#include "atom_natives.h" // NOLINT: This file is generated with coffee2c.
|
#include "atom_natives.h" // NOLINT: This file is generated with js2c.
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name,
|
||||||
|
|
||||||
std::vector<std::string> args = {
|
std::vector<std::string> args = {
|
||||||
"--no-rate-limit",
|
"--no-rate-limit",
|
||||||
"--no-upload-gzip", // no all servers accept gzip
|
"--no-upload-gzip", // not all servers accept gzip
|
||||||
};
|
};
|
||||||
|
|
||||||
crashpad::CrashpadClient crashpad_client;
|
crashpad::CrashpadClient crashpad_client;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue