| 1020 | } |
| 1021 | |
| 1022 | Expected<std::string> LuaState::evalCommand(Session* sess) { |
| 1023 | return evalGenericCommand(sess, 0); |
| 1024 | } |
| 1025 | |
| 1026 | Expected<std::string> LuaState::evalShaCommand(Session* sess) { |
| 1027 | // directly return error if sha has wrong length. |