browser_window: Propagate error code when handling errors

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-02-23 09:20:05 +00:00
parent bfd185ac49
commit 1ecc36384d
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ browser_window__handle_error(struct browser_window *bw,
break;
}
return NSERROR_OK;
return res;
}