Add a semicolon at end of non-built-in languages list

pull/62308/head
Konrad Borowski 2018-10-31 14:34:07 +01:00 committed by Kai Maetzel
parent e97e934b8b
commit 21b3651b24
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ let nonBuiltInLanguages = { // { fileNames, extensions }
"stylus": { extensions: ['styl'] },
"vala": { extensions: ['vala'] },
"todo": { fileNames: ['todo'] }
}
};
function getCommitSha(repoId, repoPath) {
let commitInfo = 'https://api.github.com/repos/' + repoId + '/commits?path=' + repoPath;