wkallhof / Hazel

Fast, simple, markdown powered wiki knowledge base for Node.js
http://hazel.wmk.io
GNU General Public License v3.0
118 stars 28 forks source link

Bitwise & instead of logical && #16

Closed MatthewCallis closed 6 years ago

MatthewCallis commented 6 years ago

There is a missing & on this line https://github.com/wkallhof/Hazel/blob/master/app/controllers/documentController.js#L121

Didn't find this until I was too deep into hacking away and changed basically every single file otherwise I would open a PR.

Thanks for making/releasing/sharing this!

wkallhof commented 6 years ago

Should be resolved with the latest 1.1.8. Thanks for finding this!