chore(bin):sets string messages to const

made string message to const, previously it was let
Bu işleme şunda yer alıyor:
Pranshu Chittora 2019-05-10 13:51:38 +05:30
ebeveyn 069271decf
işleme b6fa2e7024
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 83CB43197696B131
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -109,7 +109,7 @@ if (installedClis.length === 0) {
)}".`
);
let question = `Do you want to install 'webpack-cli' (yes/no): `;
const question = `Do you want to install 'webpack-cli' (yes/no): `;
const questionInterface = readLine.createInterface({
input: process.stdin,