fix(lint): Change variable to const

This commit is contained in:
Jackie Luo 2016-09-27 23:39:02 -07:00
parent ae306a94ab
commit 9f1b11a5de

View file

@ -62,7 +62,7 @@ export function activate() {
]
}
let msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.`
const msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.`
const CANCEL_ID = 3;