Tools (complete and add to the following information):
HEMTT:1.13.5
Operating System: Windows
Description:
When I have an #include in an SQF to a file that does not exist because the file name has a spelling mistake, I get following incomprehensible error message:
ERROR Failed to execute command:
Preprocessor error: Coded error
Steps to reproduce:
Write #include "test.sqf" into any SQF file (e.g. XEH_preInit.sqf). Make sure test.sqf does not exist.
Tools (complete and add to the following information):
1.13.5
Description: When I have an
#include
in an SQF to a file that does not exist because the file name has a spelling mistake, I get following incomprehensible error message:Steps to reproduce:
#include "test.sqf"
into any SQF file (e.g.XEH_preInit.sqf
). Make suretest.sqf
does not exist.hemtt build
Test project: https://github.com/Timi007/hemtt-actions-test
Expected behavior: A clear error message similar to an include error for config: