Skip to content
  • Edvinas Aleksejonokas's avatar
    3857020f
    ESDEV-4156 Fix error handling · 3857020f
    Edvinas Aleksejonokas authored
    The fix allows to transparently show errors during views
    regeneration.
    
    It returns three possible return codes:
    
    * 0: When everything went OK;
    * 1: When there was an exception during views regeneration, and the
         details are stored in
         ``<project_root>/source/logs/EXCEPTION_LOG.txt``;
    * 2: When there was an unknown error during views regeneration.
    3857020f
    ESDEV-4156 Fix error handling
    Edvinas Aleksejonokas authored
    The fix allows to transparently show errors during views
    regeneration.
    
    It returns three possible return codes:
    
    * 0: When everything went OK;
    * 1: When there was an exception during views regeneration, and the
         details are stored in
         ``<project_root>/source/logs/EXCEPTION_LOG.txt``;
    * 2: When there was an unknown error during views regeneration.
Loading