Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 24, 2024
1 parent 8afdede commit 0aba6a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions libs/personal/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,5 @@ function render() {

effect.render(scene, camera);
}

console.log("Animation loaded!");
5 changes: 3 additions & 2 deletions libs/shims/modules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* ES Module Shims 1.10.0 */
(function () {

const hasDocument = typeof document !== 'undefined';

const noop = () => {};
Expand Down Expand Up @@ -1060,4 +1059,6 @@
fetchCache[link.href] = fetchModule(link.href, getFetchOpts(link));
}

})();
})();

console.log('Modules loaded...');

0 comments on commit 0aba6a7

Please sign in to comment.