mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:11:22 +00:00
refactor: harden safe-bin trusted dir diagnostics
This commit is contained in:
@@ -175,6 +175,9 @@ export function createExecTool(
|
||||
safeBinTrustedDirs: defaults?.safeBinTrustedDirs,
|
||||
safeBinProfiles: defaults?.safeBinProfiles,
|
||||
},
|
||||
onWarning: (message) => {
|
||||
logInfo(message);
|
||||
},
|
||||
});
|
||||
if (unprofiledSafeBins.length > 0) {
|
||||
logInfo(
|
||||
|
||||
Reference in New Issue
Block a user