Unverified Commit b3a1fda6 authored by lightclient's avatar lightclient Committed by GitHub

cmd/utils: expand tilde in --jspath (#22900)

parent 088da24e
...@@ -675,10 +675,10 @@ var ( ...@@ -675,10 +675,10 @@ var (
} }
// ATM the url is left to the user and deployment to // ATM the url is left to the user and deployment to
JSpathFlag = cli.StringFlag{ JSpathFlag = DirectoryFlag{
Name: "jspath", Name: "jspath",
Usage: "JavaScript root path for `loadScript`", Usage: "JavaScript root path for `loadScript`",
Value: ".", Value: DirectoryString("."),
} }
// Gas price oracle settings // Gas price oracle settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment