Skip to content

Commit

Permalink
Yeah, let’s update the listing right
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Nov 27, 2024
1 parent 06cf7eb commit 1642f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ switch (Deno.args[0]) {
break;

case 'lsj': {
await ensure_manifests({quick: true});
await ensure_manifests({quick: false});
const out = [];

const set = new Set();
Expand Down

0 comments on commit 1642f40

Please sign in to comment.