Skip to content

Commit

Permalink
fix(MonacoInstance): Fix typo in console log message for Monaco edito…
Browse files Browse the repository at this point in the history
…r initialization. (#172)
  • Loading branch information
junhaoliao authored Jan 24, 2025
1 parent 5fd3a22 commit 393f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/MonacoInstance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const MonacoInstance = ({
}, [lineNum]);

useEffect(() => {
console.log("Initiating Monaco instance");
console.log("Initializing Monaco instance...");
if (null === editorContainerRef.current) {
console.error("Unexpected unmounted editor container div element");

Expand Down

0 comments on commit 393f8f8

Please sign in to comment.