issues
search
postmanlabs
/
curl-to-postman
Converts curl requests to Postman Collection v2 request objects
Apache License 2.0
65
stars
31
forks
source link
Fix an issue where a correct error is thrown if curl string has dangling args
#52
Closed
dhwaneetbhatt
closed
1 year ago
dhwaneetbhatt
commented
1 year ago
For control characters, an object is created with
arg.op
Added safe check for method before calling it to avoid
arg.startsWith
error
Fixes this issue
arg.op
arg.startsWith
errorFixes this issue