This commit is contained in:
Liang Ding 2014-10-26 12:14:56 +08:00
parent f21c20c167
commit 952bf233f3
1 changed files with 4 additions and 0 deletions

View File

@ -509,6 +509,10 @@ var wide = {
wide.run();
return false;
}
if (!wide.curProcessId) {
return false;
}
var request = newWideRequest();
request.pid = wide.curProcessId;