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 90a54db commit 9a58594Copy full SHA for 9a58594
bin/generator-utils/utils.sh
@@ -58,6 +58,8 @@ ${unimplemented_exercises}"
58
if [ -e bin/generator-utils/ngram ]; then
59
echo "${YELLOW}$(bin/generator-utils/ngram "${unimplemented_exercises}" "$slug")${RESET}"
60
else
61
+ message "info" "Building typo-checker binary for $(uname -m) system."
62
+
63
cd util/ngram && ./build && cd ../.. && echo "${YELLOW}$(bin/generator-utils/ngram "${unimplemented_exercises}" "$slug")${RESET}"
64
fi
65
0 commit comments