Skip to content

Commit f4632d8

Browse files
committed
🔧 enable error handler script in index.html
1 parent 32625b3 commit f4632d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ <h3 id="actorDetailName" class="text-3xl md:text-4xl font-black text-white leadi
550550
</div>
551551

552552
<script type="module" src="js/main.js"></script>
553-
<!-- <script type="module" src="js/errorHandler.js"></script> -->
553+
<script type="module" src="js/errorHandler.js"></script>
554554
</body>
555555

556556
</html>

0 commit comments

Comments
 (0)