summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/sourceeditor/codemirror6/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/shared/sourceeditor/codemirror6/index.mjs')
-rw-r--r--devtools/client/shared/sourceeditor/codemirror6/index.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/shared/sourceeditor/codemirror6/index.mjs b/devtools/client/shared/sourceeditor/codemirror6/index.mjs
index a1a03124ce..5ef71e4398 100644
--- a/devtools/client/shared/sourceeditor/codemirror6/index.mjs
+++ b/devtools/client/shared/sourceeditor/codemirror6/index.mjs
@@ -9,7 +9,7 @@ import * as codemirrorLanguage from "@codemirror/language";
import * as codemirrorLangJavascript from "@codemirror/lang-javascript";
import * as lezerHighlight from "@lezer/highlight";
-// XXX When adding new exports, you need to update the codemirror6.bundle.js file,
+// XXX When adding new exports, you need to update the codemirror6.bundle.mjs file,
// running `npm install && npm run build-cm6` from the devtools/client/shared/sourceeditor folder
export {