invicticide / fractive

Fractive is a free, open-source, Markdown-based hypertext authoring tool for writing interactive fiction.
http://fractive.io
Other
37 stars 5 forks source link

No more error behavior when functions don't have a return value #57

Closed NQNStudios closed 6 years ago

NQNStudios commented 6 years ago

I was experiencing an extremely difficult bug to find and fix, all because a function in my JavaScript didn't have a return value. I made a 2-line fix to make this a non-issue.

Changes proposed by this pull request:

@invicticide to review