Imporve message
This commit is contained in:
parent
ca9d09c86a
commit
c6745e8dfc
|
@ -105,7 +105,7 @@ export function validateHbsTemplate(
|
||||||
from: 0,
|
from: 0,
|
||||||
to: text.length,
|
to: text.length,
|
||||||
severity: "error",
|
severity: "error",
|
||||||
message: `Syntax error: ${e.message}`,
|
message: `The handlebars code is not valid:\n${e.message}`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue