Skip to content

Commit 67b5612

Browse files
committed
[seti] missing semicolon in update script
1 parent d322924 commit 67b5612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/theme-seti/build/update-icon-theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function darkenColor(color) {
131131
}
132132

133133
function getLanguageMappings() {
134-
let langMappings = {}
134+
let langMappings = {};
135135
var allExtensions = fs.readdirSync('..');
136136
for (var i= 0; i < allExtensions.length; i++) {
137137
let dirPath = path.join('..', allExtensions[i], 'package.json');

0 commit comments

Comments
 (0)