diff options
Diffstat (limited to 'js/codeq')
-rw-r--r-- | js/codeq/comms.js | 2 |
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; |