mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
moar error checking, turn field validation back on in wizard, do better rewind/forward enabling
--HG-- extra : rebase_source : 473eccb2c879769b94011d6ae6b947a6e070fdaa
This commit is contained in:
parent
e47b2c42df
commit
0254f70199
@ -767,7 +767,7 @@ WeaveSvc.prototype = {
|
||||
let register = res.put(payload);
|
||||
if (register.success) {
|
||||
this._log.info("Account created: " + register);
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
|
||||
// Must have failed, so figure out the reason
|
||||
|
Loading…
Reference in New Issue
Block a user