mirror of
https://codeberg.org/valpackett/tiddlypwa.git
synced 2025-12-06 02:30:48 -08:00
deno fmt
This commit is contained in:
parent
3fa66ed87d
commit
56e38206e8
2 changed files with 7 additions and 7 deletions
10
deno.json
10
deno.json
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"fmt": {
|
"fmt": {
|
||||||
"options": {
|
"useTabs": true,
|
||||||
"useTabs": true,
|
"lineWidth": 120,
|
||||||
"lineWidth": 120,
|
"singleQuote": true,
|
||||||
"singleQuote": true,
|
"proseWrap": "preserve"
|
||||||
"proseWrap": "preserve"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"unstable": ["broadcast-channel"],
|
"unstable": ["broadcast-channel"],
|
||||||
"imports": {
|
"imports": {
|
||||||
|
|
|
||||||
|
|
@ -465,7 +465,9 @@ Formatted with `deno fmt`.
|
||||||
} else tid._is_skinny = true; // Lazy-load separate body
|
} else tid._is_skinny = true; // Lazy-load separate body
|
||||||
}
|
}
|
||||||
toAdd.push(tid);
|
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;
|
cur += 1;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.logger.log('Title decryption failed for:', await b64enc(thash));
|
this.logger.log('Title decryption failed for:', await b64enc(thash));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue