From d503989c00b2f7b78f695b1e71e0a4259e0e006c Mon Sep 17 00:00:00 2001 From: kbshl Date: Mon, 22 Apr 2019 16:54:37 +0200 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20fix=20missing=20semi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index 9418c0c..cd61aba 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -169,7 +169,7 @@ function getChannelPath(appdata = '', vscodeEdition = 'code') { appdata, '/VSCodium', ))) { - return 'VSCodium' + return 'VSCodium'; } return 'Code';