зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1730547 - Return exact error instead of generic one. r=dom-storage-reviewers,jstutte
Differential Revision: https://phabricator.services.mozilla.com/D164707
This commit is contained in:
Родитель
0564edd687
Коммит
a2bf81cc32
|
@ -128,7 +128,7 @@ nsresult Statement::initialize(Connection* aDBConnection,
|
|||
|
||||
aDBConnection->RecordQueryStatus(srv);
|
||||
mQueryStatusRecorded = true;
|
||||
return NS_ERROR_FAILURE;
|
||||
return convertResultCode(srv);
|
||||
}
|
||||
|
||||
MOZ_LOG(gStorageLog, LogLevel::Debug,
|
||||
|
|
Загрузка…
Ссылка в новой задаче