Merge branch 'v0.10'
Conflicts: src/win/signal.c src/win/util.c
This commit is contained in:
commit
2e82c3bd37
@ -452,6 +452,7 @@ int uv_get_process_title(char* buffer, size_t size) {
|
||||
* we must query it with getConsoleTitleW
|
||||
*/
|
||||
if (!process_title && uv__get_process_title() == -1) {
|
||||
LeaveCriticalSection(&process_title_lock);
|
||||
return uv_translate_sys_error(GetLastError());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user