Skip to content

Commit 7ab81a3

Browse files
Merge pull request MozillaDevelopers#23 from coogie/coogie-patch-2
fix(debugger): close parens on `console.log`
2 parents f36f198 + 92af58d commit 7ab81a3

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)