| 46 | } |
| 47 | |
| 48 | std::vector<std::string> BuildLuaWatchDirs() { |
| 49 | std::vector<std::string> watchDirs = Config::GetLuaPaths(); |
| 50 | watchDirs.push_back(g_defaultLuaDir); |
| 51 | return watchDirs; |
| 52 | } |
| 53 | |
| 54 | void RestartLuaWatcher() { |
| 55 | std::vector<std::string> watchDirs = BuildLuaWatchDirs(); |
no test coverage detected