We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4cc6f commit b273dbbCopy full SHA for b273dbb
src/main.cc
@@ -672,7 +672,7 @@ Napi::Number _highlight(const Napi::CallbackInfo &info)
672
Napi::Array _getWindows(const Napi::CallbackInfo &info) {
673
Napi::Env env = info.Env();
674
675
- std::vector<int64_t> windowHandles = getWindows();
+ std::vector<WindowHandle> windowHandles = getWindows();
676
auto arr = Napi::Array::New(env, windowHandles.size());
677
678
for (size_t idx = 0; idx < windowHandles.size(); ++idx) {
0 commit comments