Skip to content

Commit d925a8f

Browse files
committed
chore: upgrade deps
1 parent cef0650 commit d925a8f

File tree

4 files changed

+1032
-954
lines changed

4 files changed

+1032
-954
lines changed

lib/windows.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ Napi::Boolean bringWindowToTop (const Napi::CallbackInfo& info) {
270270
::SetForegroundWindow(handle);
271271
::AttachThreadInput(dwCurID, dwMyID, FALSE);
272272
::SetFocus(handle);
273-
b = ::SetActiveWindow(handle);
274-
273+
::SetActiveWindow(handle);
275274

276275
return Napi::Boolean::New (env, b);
277276
}

0 commit comments

Comments
 (0)