mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 05:01:36 +00:00
chore: suppress remaining deprecation warnings
This commit is contained in:
@@ -10,6 +10,9 @@ function shouldIgnoreWarning(warning: Warning): boolean {
|
||||
if (warning.code === "DEP0040" && warning.message?.includes("punycode")) {
|
||||
return true;
|
||||
}
|
||||
if (warning.code === "DEP0060" && warning.message?.includes("util._extend")) {
|
||||
return true;
|
||||
}
|
||||
if (
|
||||
warning.name === "ExperimentalWarning" &&
|
||||
warning.message?.includes("SQLite is an experimental feature")
|
||||
|
||||
Reference in New Issue
Block a user