mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-05 18:20:40 -08:00
deno fmt
This commit is contained in:
parent
3fa66ed87d
commit
56e38206e8
2 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
"fmt": {
|
||||
"options": {
|
||||
"useTabs": true,
|
||||
"lineWidth": 120,
|
||||
"singleQuote": true,
|
||||
"proseWrap": "preserve"
|
||||
}
|
||||
},
|
||||
"unstable": ["broadcast-channel"],
|
||||
"imports": {
|
||||
|
|
|
|||
|
|
@ -465,7 +465,9 @@ Formatted with `deno fmt`.
|
|||
} else tid._is_skinny = true; // Lazy-load separate body
|
||||
}
|
||||
toAdd.push(tid);
|
||||
if (cur % 100 == 0) this.modal.setFeedback(`<p>Decrypting tiddlers… (${Math.round(100*cur/toDecrypt.length)}%)</p>`);
|
||||
if (cur % 100 == 0) {
|
||||
this.modal.setFeedback(`<p>Decrypting tiddlers… (${Math.round(100 * cur / toDecrypt.length)}%)</p>`);
|
||||
}
|
||||
cur += 1;
|
||||
} catch (e) {
|
||||
this.logger.log('Title decryption failed for:', await b64enc(thash));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue