We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cdbf1 commit ee6d3deCopy full SHA for ee6d3de
bash/force-level2.sh
@@ -229,7 +229,15 @@ function process_this_image(){
229
230
else
231
232
- echo "could not attempt to process" >> "$FILE_LOG"
+ {
233
+ echo ""
234
+ echo "Start core processing"
235
+ echo "-----------------------------------------------------------"
236
237
+ echo "could not attempt to process"
238
239
+ } >> "$FILE_LOG"
240
+
241
STATUS="FAIL"
242
243
fi
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-05-23_07:56:24
+3.7.12-dev:::2024-05-23_08:51:57
0 commit comments