Forward arguments to mac app
Summary: This allows using `--no-open`, etc. in a server context. Reviewed By: lblasa Differential Revision: D37246490 fbshipit-source-id: 4af75ed049d5523d83277a670cab2aaa3dfbc8c3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b6bf7c6ee7
commit
7da46dc2c2
@@ -6,4 +6,4 @@ SERVER_RESOURCES="$SCRIPT_PATH/../Resources/server"
|
||||
|
||||
cd "$SERVER_RESOURCES" || exit 1
|
||||
echo "Starting flipper-server ..."
|
||||
"$NODE_PATH" .
|
||||
"$NODE_PATH" . "$@"
|
||||
|
||||
Reference in New Issue
Block a user