Skip to content

Commit 92af58d

Browse files
authored
fix(debugger): close parens on console.log
1 parent 7f22bab commit 92af58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/debugger/04-conditional-breakpoints.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ title.indexOf("turtle") != -1;
7979

8080
<CodeBlock>
8181
{`
82-
console.log(items[index].title;
82+
console.log(items[index].title);
8383
`}
8484
</CodeBlock>
8585

0 commit comments

Comments
 (0)