Skip to content

Commit

Permalink
Update Utils.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu authored Jan 2, 2021
1 parent b5c3fa7 commit 894c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReceiverMeow/ReceiverMeow/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static void CheckLuaUpdate()
if (!Directory.Exists(gitPath))
Log.Error("初始化Lua脚本", $"更新脚本文件失败,错误信息:{ee.Message}\r\n如果始终失败,请手动执行下面的命令,初始化脚本后,再尝试运行:\r\n" +
$"git clone {git} lua");
Log.Warn("更新Lua脚本", $"更新脚本文件失败,错误原因:\n{e.Message}");
Log.Warn("更新Lua脚本", $"更新脚本文件失败,错误原因:\n{ee.Message}");
}
}
else
Expand Down

0 comments on commit 894c03b

Please sign in to comment.