mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: libuv hang on Windows (#28175)
This commit is contained in:
@@ -159,9 +159,7 @@ class NodeBindings {
|
||||
// Isolate data used in creating the environment
|
||||
node::IsolateData* isolate_data_ = nullptr;
|
||||
|
||||
#if defined(OS_WIN)
|
||||
HANDLE handle_;
|
||||
#else
|
||||
#if !defined(OS_WIN)
|
||||
int handle_ = -1;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user