Skip to content

Commit 6c3587d

Browse files
committed
fixed typo on variable
1 parent 595b090 commit 6c3587d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

async.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const handleAnything = comment => {
5252
}
5353
break;
5454
case 'function':
55-
anyContent(newValue(node));
55+
anyContent(newValue(comment));
5656
break;
5757
// null, and undefined are used to cleanup previous content
5858
case 'object':

0 commit comments

Comments
 (0)