зеркало из https://github.com/microsoft/CCF.git
Don't log JS exception details by default (#6205)
This commit is contained in:
Родитель
33fd37cecf
Коммит
bdac0c49c2
|
@ -28,8 +28,8 @@ namespace ccf::js::core
|
|||
static constexpr size_t default_stack_size = 1024 * 1024;
|
||||
static constexpr size_t default_heap_size = 100 * 1024 * 1024;
|
||||
|
||||
bool log_exception_details = true;
|
||||
bool return_exception_details = true;
|
||||
bool log_exception_details = false;
|
||||
bool return_exception_details = false;
|
||||
|
||||
Runtime();
|
||||
~Runtime();
|
||||
|
|
Загрузка…
Ссылка в новой задаче