Change error handling to print message before exiting script (error description will appear in error tab)

This commit is contained in:
2022-01-03 10:55:34 +01:00
parent 669f8875aa
commit 4973b245ad
8 changed files with 37 additions and 47 deletions

View File

@ -1,7 +1,7 @@
#/bin/bash
# Font
swift run -c release FontToolCore "./Fonts/sampleFontsAll.txt" \
swift run -c release FontToolCore "./Fonts/sampleFontsAl.txt" \
--extension-output-path "./Fonts/Generated" \
--extension-name "R2Font" \
--extension-suffix "GenAllScript"