We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ae6dd commit 524de1fCopy full SHA for 524de1f
src/automizer.ts
@@ -339,6 +339,10 @@ export default class Automizer implements IPresentationProps {
339
return this.templateDir + location;
340
} else if (fs.existsSync(this.templateFallbackDir + location)) {
341
return this.templateFallbackDir + location;
342
+ } else {
343
+ vd('No file matches "' + location + '"');
344
+ vd('@templateDir: ' + this.templateDir);
345
+ vd('@templateFallbackDir: ' + this.templateFallbackDir);
346
}
347
break;
348
case 'output':
0 commit comments