We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b3759 commit 908bfe7Copy full SHA for 908bfe7
src/cpp/convert.cpp
@@ -18,7 +18,7 @@ static v8::Local<v8::Value>
18
information_value_to_js(v8::Isolate* isolate, const recorder::InformationValue& information_value) {
19
20
return std::visit(
21
- helper::overloaded{
+ helper::Overloaded{
22
[](const std::string& value) -> v8::Local<v8::Value> {
23
return Nan::New<v8::String>(value).ToLocalChecked();
24
},
0 commit comments