Skip to content

Commit 97781f6

Browse files
committed
added message to track
1 parent 9745ce6 commit 97781f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/posts/summary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = function (Posts) {
7373
options.stripTags = options.hasOwnProperty('stripTags') ? options.stripTags : false;
7474
options.parse = options.hasOwnProperty('parse') ? options.parse : true;
7575
options.escape = options.hasOwnProperty('escape') ? options.escape : false;
76+
console.log('Josh Dong');
7677
options.extraFields = options.hasOwnProperty('extraFields') ? options.extraFields : [];
7778
}
7879

0 commit comments

Comments
 (0)