ggml-org/whisper.cpp

errorlevel not set when exiting with errors in windows version

Open

#555 opened on Mar 2, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (49,693 stars) (5,535 forks)batch import
enhancementgood first issue

Description

It seems to me that main.exe sets no errorlevel when it exits with error. IMHO it should not exit with errorlevel = 0

Contributor guide