Closed jw3 closed 3 years ago
I see this is due to the prefix mismatch between the releases and the packaging.
The PR attached will allow the user to enter in both v0.0.1
and 0.0.1
and it will work the same. If the the releases of the debugger file names to be something like daffodil-debugger-v0.0.5
then all that is need is to remove the .substring(1)
attached to dapodilDebuggerVersion
and now it will work with that. However for the input of task to run the debugger you string must enter a version 0.0.1
and will need to unless the zip file names end up getting changed.
Don't prefixed user specified version with a "v", user should enter the exact version string.