Fix #90
This commit is contained in:
parent
f21c20c167
commit
952bf233f3
|
@ -509,6 +509,10 @@ var wide = {
|
|||
wide.run();
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!wide.curProcessId) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var request = newWideRequest();
|
||||
request.pid = wide.curProcessId;
|
||||
|
|
Loading…
Reference in New Issue