💾 Archived View for thurk.org › blog › 199.gmi captured on 2022-03-01 at 15:44:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
I found a very annoying bug in the input 'script' for martenblog last night. I was too tired, however, to fuck with it. The fault of the mistake is mine. My lack of Node understanding caused it. The Entry module has a line like so:
module.exports = Entry;
It recently was like this:
module.exports = new Entry();
My suspicion is that the new Entry object is created **ONCE** at program initialization. So, when multiple files like this one are published, the _id of the first is preserved. Therefore, each subsequent file overwrites the original. Entiendes?
This is a seemingly useless addition to this post.
@flavigula@sonomu.club
CC BY-NC-SA 4.0