提交 5aeb9357 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

show more diagnoistic information when file not found in container (#66)

上级 32f31b10
......@@ -18,7 +18,11 @@ function wechaty::banner() {
function wechaty::errorBotNotFound() {
local file=$1
echo "ERROR: can not found bot file: $file"
echo "Container ERROR: can not found bot file: $file"
echo "Container PWD: $(pwd)"
echo "Container LS: $(ls -l)"
figlet " Troubleshooting "
cat <<'TROUBLESHOOTING'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册