Skip to content

Commit dd66191

Browse files
authored
Update node-binary.sh
1 parent 35b3312 commit dd66191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/node-binary.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
nodejs_not_found()
1010
{
1111
echo "error: Can't find the '$NODE_BINARY' binary to build the React Native bundle. " \
12-
"If you have a non-standard Node.js installation, select your project in Xcode, find "\
13-
"'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to an "\
12+
"If you have a non-standard Node.js installation, select your project in Xcode, find " \
13+
"'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to an " \
1414
"absolute path to your node executable. You can find it by invoking 'which node' in the terminal." >&2
1515
exit 2
1616
}

0 commit comments

Comments
 (0)