You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite sure what this means, but I belive I should report it.
I guess I passesd an argument to marked with the valie undefined.
TypeError: Cannot call method 'replace' of undefined
Please report this to https://github.com/chjj/marked.
at Lexer.lex (/home/philip/Code/node.js/evum/node_modules/marked/lib/marked.js:137:6)
at Function.Lexer.lex (/home/philip/Code/node.js/evum/node_modules/marked/lib/marked.js:128:16)
at marked (/home/philip/Code/node.js/evum/node_modules/marked/lib/marked.js:1201:31)
at Object.posts [as handle] (/home/philip/Code/node.js/evum/routes/post.js:56:14)
at next_layer (/home/philip/Code/node.js/evum/node_modules/express/lib/router/route.js:103:13)
at Route.dispatch (/home/philip/Code/node.js/evum/node_modules/express/lib/router/route.js:107:5)
at /home/philip/Code/node.js/evum/node_modules/express/lib/router/index.js:205:24
at param (/home/philip/Code/node.js/evum/node_modules/express/lib/router/index.js:286:14)
at param (/home/philip/Code/node.js/evum/node_modules/express/lib/router/index.js:298:16)
at Function.proto.process_params (/home/philip/Code/node.js/evum/node_modules/express/lib/router/index.js:314:3)
The text was updated successfully, but these errors were encountered:
I'm not quite sure what this means, but I belive I should report it.
I guess I passesd an argument to marked with the valie
undefined
.The text was updated successfully, but these errors were encountered: