summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index 140e48e..f9e49ae 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -401,7 +401,7 @@
},
function getLanguageDefFail(exception) {
delete languageCache[identifier];
- throw exception || new Error('Could not load language ' + identifer); // proxy further
+ throw exception || new Error('Could not load language ' + identifier); // proxy further
}
);
languageCache[identifier] = x;