We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461a059 commit 7d60810Copy full SHA for 7d60810
scripts/fuzz-test.sh
@@ -31,7 +31,7 @@ check_dependencies() {
31
32
# Install Node.js dependencies
33
install_dependencies() {
34
- echo "🔧 Setting up Node.js dependencies..."
+ echo "Setting up Node.js dependencies..."
35
if [ ! -d "node_modules" ]; then
36
echo "Installing Node.js dependencies..."
37
yarn install
0 commit comments