temp solution for #! in include

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 03efe5c7c0
commit 9dc9f158fe
+4 -2
View File
@@ -303,8 +303,10 @@ bool preprocess_and_compare()
// Result of preprocessing as string
string new_pp = read_to_end(preprocessing.out);
if( !wait(preprocessing) ) // preprocessing failed
exit(1);
// TODO: decide what to do here, #! causes inevitavble non-fatal errors
// maybe warn that preproccessing failed
// if( !wait(preprocessing) ) // preprocessing failed
// exit(1);
if( fs::exists(preprocessed_file) ) // todo: clean up if else blocks
{