mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
fix(runtime): isolate unique 8177 repairs (#8298)
This commit is contained in:
@@ -43,10 +43,6 @@ export const KNOWN_MISSING_ERROR_HELPER = new Set([
|
||||
// --- original open-sse/executors + handlers scope (pre-6A.8) ---
|
||||
// --- 6A.8 expanded scope: src/app/api/**/route.ts pre-existing violations ---
|
||||
// TODO(6A.8): pre-existing, triage — route through buildErrorBody()/sanitizeErrorMessage()
|
||||
// open-sse/executors/muse-spark-web.ts has its own local buildErrorResponse() + errorResult()
|
||||
// that follow the same contract (wraps message inside error:{message,type}). The helper
|
||||
// import would create a circular dep. Verified: no raw internal-stack-leak path.
|
||||
"open-sse/executors/muse-spark-web.ts",
|
||||
]);
|
||||
|
||||
// Import specifiers that count as "uses the error helper" (path ends in utils/error).
|
||||
|
||||
Reference in New Issue
Block a user