sevilayerkan / docker-helper

Makes using Docker easier
MIT License
3 stars 1 forks source link

bug(core): In showLog() we might got timeout error if log is empty or not exist #18

Open sevilayerkan opened 1 year ago

sevilayerkan commented 1 year ago

Describe the bug In showLog() we might got timeout error if log is empty or not exist. For resolving this issue we should add error handling within this function.