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 1c16d08 commit 9396905Copy full SHA for 9396905
src/generators.mjs
@@ -54,7 +54,7 @@ const createGenerator = markdownInput => {
54
55
// If the generator dependency has not yet been resolved, we resolve
56
// the dependency first before running the current generator
57
- if (dependsOn && !(dependsOn in cachedGenerators)) {
+ if (dependsOn && dependsOn in cachedGenerators === false) {
58
await runGenerators({
59
...extra,
60
threads,
0 commit comments