We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b9e45 commit 70b58f2Copy full SHA for 70b58f2
1 file changed
src/hooks/useErrorHandler.ts
@@ -91,7 +91,7 @@ function msg(err: TeaError): string {
91
const { ctx } = err
92
93
switch (err.code()) {
94
- case 'spilt-tea-009':
+ case 'spilt-tea-007':
95
if (ctx.filename instanceof Path && !ctx.filename.string.startsWith(useConfig().prefix.string)) {
96
// this yaml is being worked on by the user
97
msg = `${ctx.filename.prettyLocalString()}: ${ctx.cause?.message ?? 'unknown cause'}`
0 commit comments