Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
style: 💄 fix missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
kbshl committed Apr 22, 2019
1 parent a00a5de commit d503989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function getChannelPath(appdata = '', vscodeEdition = 'code') {
appdata,
'/VSCodium',
))) {
return 'VSCodium'
return 'VSCodium';
}

return 'Code';
Expand Down

0 comments on commit d503989

Please sign in to comment.