Skip to content

Commit 12c44ba

Browse files
save file
1 parent 88c4e7a commit 12c44ba

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

npm/espree-browser/scripts/espree-browser-esm.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353

5454

5555
async function ready(){
56-
57-
58-
56+
console.log('ready');
57+
58+
5959
var {Terminal} = await import('https://cdn.jsdelivr.net/npm/@xterm/xterm/+esm');
6060
var {FitAddon} = await import('https://cdn.jsdelivr.net/npm/@xterm/addon-fit/+esm');
6161

@@ -319,7 +319,10 @@
319319

320320
<body>
321321

322-
322+
<div id=terminal>
323+
</div>
324+
325+
323326
</body>
324327

325328

0 commit comments

Comments
 (0)