Skip to content

Commit 9396905

Browse files
committed
code review x1
1 parent 1c16d08 commit 9396905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const createGenerator = markdownInput => {
5454

5555
// If the generator dependency has not yet been resolved, we resolve
5656
// the dependency first before running the current generator
57-
if (dependsOn && !(dependsOn in cachedGenerators)) {
57+
if (dependsOn && dependsOn in cachedGenerators === false) {
5858
await runGenerators({
5959
...extra,
6060
threads,

0 commit comments

Comments
 (0)