Commit 5087dec58df0096811b66d2531e8e887bad2aaaa
1 parent
8b41e82351
Exists in
master
ESLINT
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
lib/modem.js
... | ... | @@ -227,8 +227,7 @@ function readIMSI() { |
227 | 227 | if (modemInfo.msisdn) { |
228 | 228 | logger.info(`MSISDN: ${modemInfo.msisdn}`); |
229 | 229 | } |
230 | - } | |
231 | - else { | |
230 | + } else { | |
232 | 231 | logger.warn(`IMSI not detected. Please insert a sim card to your modem. Terminating ${config.modem.device}.`); |
233 | 232 | process.exit(2); |
234 | 233 | } |