Skip to content

Commit

Permalink
add joke
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 2, 2023
1 parent 42266f5 commit c29905e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
class="m3-font-body-large overflow-x-hidden bg-background text-on-background"
>
<div style="display: contents">%sveltekit.body%</div>
<script src="https://rr-quantiy.ktibow.workers.dev/joke.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/lib/analysis/runAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export default async (
.filter((path) => path.endsWith(".class"))
.map(async (f) => {
const contents = await zip.files[f].async("string");
if (window.process) window.process(contents);
scan(f, contents, state);
propagate();
});
Expand Down

0 comments on commit c29905e

Please sign in to comment.