fix(lint): Change variable to const

This commit is contained in:
Jackie Luo 2016-09-27 23:39:02 -07:00
parent 275786cdfb
commit e10a0668ed

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;