Просмотр исходного кода

Add a message before login just to look pretty.

Godzil 5 лет назад
Родитель
Сommit
ce65324c57
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/my_request.ts

+ 2 - 0
src/my_request.ts

@@ -252,6 +252,8 @@ function authenticate(config: IConfig, done: (err: Error) => void)
       process.exit(-1);
     }
 
+    log.info('Seems we are not currently logged. Let\'s login!');
+
     if (config.logUsingApi)
     {
       if (config.crDeviceId === undefined)