too much whitespace
This commit is contained in:
parent
c9147e6b9a
commit
597a57eae3
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export class Sync {
|
||||||
syncTxn.abort();
|
syncTxn.abort();
|
||||||
} catch (abortErr) {
|
} catch (abortErr) {
|
||||||
console.error("Could not abort sync transaction, the sync response was probably only partially written and may have put storage in a inconsistent state.", abortErr);
|
console.error("Could not abort sync transaction, the sync response was probably only partially written and may have put storage in a inconsistent state.", abortErr);
|
||||||
}
|
}
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
Reference in a new issue