Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Aug 10, 2023
1 parent 0d8e9c9 commit 8152e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions core/public/front_end/chii_app.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
</style>
<meta name="referrer" content="no-referrer">
<script>
console.log('define window.simport')
window.simport = path => import(`https://cdn.jsdelivr.net/npm/chii/public/front_end/${path}`)
console.log('defined window.simport')
</script>
<script type="module" src="//cdn.jsdelivr.net/npm/chii/public/front_end/entrypoints/chii_app/chii_app.js"></script>
<script async type="module" src="//cdn.jsdelivr.net/npm/chii/public/front_end/entrypoints/chii_app/chii_app.js"></script>
<body class="undocked" id="-blink-dev-tools">
1 change: 0 additions & 1 deletion core/src/eval-logs/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ sentinel.on('iframe', async (devtools: HTMLIFrameElement) => {
devtoolsWindow.addEventListener('load', () => re())
})
console.log(devtoolsWindow.simport)
debugger
const realCommon = await devtoolsWindow.simport('core/common/common.js')
realCommon.Runnable.registerEarlyInitializationRunnable(runnable)

Expand Down

0 comments on commit 8152e23

Please sign in to comment.