1 year ago
#356408
caeus
meteor.js (server side): console.log won't work outside of main.ts
So I'm getting some pretty weird errors and so I'm adding a lot of logging, but none of my logs appear.
I mean, if I add logs in the entrypoint file of the server (main.ts) logs do appear.
If I call a function defined in another file, that logs something, it doesn't log it.
Why???
logging
meteor
server
0 Answers
Your Answer