MindscapeHQ / raygun4node-aws-lambda

MIT License
2 stars 0 forks source link

Add read -p "Press any key to exit..." at the the end of the prepare.sh script #17

Closed sumitramanga closed 1 month ago

sumitramanga commented 1 month ago

I encountered an error but could not debug properly since the terminal would close once the script was done executing. Adding in this line helped me out in knowing, I just didn't have zip installed!

https://github.com/MindscapeHQ/raygun4node-aws-lambda/blob/62ce4333ba033114f46d37a31f42468dc9d25d8b/example/prepare.sh#L28

miquelbeltran commented 1 month ago

I will check if this affects users running the script from the command line.

miquelbeltran commented 1 month ago

I'll prefer to add a note to the README asking users to run the script from the command line, so they can see any output.

Otherwise, each time I run the script when testing, I need to tap a key again.