mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-13 00:20:06 +01:00
Prevent circular dependencies in $extends
This commit is contained in:
parent
dd6ff93a89
commit
887220abe3
6 changed files with 17 additions and 4 deletions
|
|
@ -4,6 +4,6 @@ const version = require('package.json').version
|
|||
module.exports = {
|
||||
convert_outline: () => {},
|
||||
body: params => {
|
||||
return `Custom template override. The secret is ${params.custom.secret}. MakerJS is ${m.version}. Ergogen is ${version}.`
|
||||
return `Custom template override. The secret is ${params.custom.secret}. MakerJS is ${m.version.length ? 'loaded' : ''}. Ergogen is ${version.length ? 'loaded' : ''}.`
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue