mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 06:20:21 +00:00
Fix full local gate on main
This commit is contained in:
@@ -34,7 +34,6 @@ const {
|
||||
loadOpenClawPlugins,
|
||||
resetGlobalHookRunner,
|
||||
} = await importFreshPluginTestModules();
|
||||
const previousUmask = process.umask(0o022);
|
||||
|
||||
type TempPlugin = { dir: string; file: string; id: string };
|
||||
|
||||
@@ -300,7 +299,6 @@ afterAll(() => {
|
||||
} catch {
|
||||
// ignore cleanup failures
|
||||
} finally {
|
||||
process.umask(previousUmask);
|
||||
cachedBundledTelegramDir = "";
|
||||
cachedBundledMemoryDir = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user