Skip to content

Commit 16f6482

Browse files
committed
Refactor exception.h
This was the most included header in the codebase. This refactoring should help compile times.
1 parent 040cca0 commit 16f6482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_cpp/node_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "include/node_util.h"
22

3-
#include "common/exception.h"
3+
#include "common/exception/exception.h"
44

55
Napi::Value Util::ConvertToNapiObject(const Value& value, Napi::Env env) {
66
if (value.isNull()) {

0 commit comments

Comments
 (0)