You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[ ] language request
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Hello,
After the last release the custom template file was not found, and the default template is used.
I guess the bug was introduce by the change line 11 in create.js
I'm submitting a ...
[ ] language request
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Hello,
After the last release the custom template file was not found, and the default template is used.
I guess the bug was introduce by the change line 11 in create.js
const customTemplate = path.join(Config_1.default.getSavePath(), 'template.md');
const customTemplate = path.join(Config.getSavePath(), 'template.', fileExt)
The text was updated successfully, but these errors were encountered: