learningequality / ka-lite

KA Lite: lightweight web server for serving core Khan Academy content (videos and exercises) without needing internet connectivity
https://learningequality.org/ka-lite/
Other
458 stars 305 forks source link

Windows logging #5368

Closed benjaoming closed 7 years ago

benjaoming commented 7 years ago

Summary

Adding a few things to #5364

codecov-io commented 7 years ago

Current coverage is 51.76% (diff: 0.00%)

Merging #5368 into develop will decrease coverage by <.01%

@@            develop      #5368   diff @@
==========================================
  Files           142        142          
  Lines          7606       7605     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           3938       3937     -1   
  Misses         3668       3668          
  Partials          0          0          

Powered by Codecov. Last update 321b9c6...a66d4eb

benjaoming commented 7 years ago

Apparently after moving the probing and printing of server address, kalite start now returns before it's actually running. That's why kalite start && kalite status would fail.