diff --git a/src/config/type/Include.ts b/src/config/type/Include.ts index daa11ba..753db30 100644 --- a/src/config/type/Include.ts +++ b/src/config/type/Include.ts @@ -22,7 +22,7 @@ export const includeType = new YamlType('!include', { throw new NotFoundError('included file does not exist'); } } catch (err) { - throw new NotFoundError('included file does not exist'); + throw new NotFoundError('included file does not exist', err); } }, construct(path: string): unknown {