Skip to content

Commit 405f67d

Browse files
committed
Add internal-error tags to diagnostics in mergeDefaultSetupAndUserConfigs
1 parent f3d4739 commit 405f67d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/entry-points.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/db-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export function mergeDefaultSetupAndUserConfigs(
125125
{
126126
invalidKeys: schemaCheckResult.invalidKeys,
127127
},
128+
["internal-error"],
128129
),
129130
);
130131
}
@@ -140,6 +141,7 @@ export function mergeDefaultSetupAndUserConfigs(
140141
{
141142
unrecognisedKeys: schemaCheckResult.unknownKeys,
142143
},
144+
["internal-error"],
143145
),
144146
);
145147
}

0 commit comments

Comments
 (0)