-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Not sure if it only concerns the server code
Reproduce:
- create brand new meteor application
- Add a single JS file in the server folder that does a console.log
- run meteor
- log line is printed once
- stop meteor
- add differential:workers
- run meteor
- log line printed twice
My output (log msg: 'server/test.js'):
=> Started proxy.
=> Started MongoDB.
I20150424-08:36:12.203(2)? server/test.js
I20150424-08:36:12.205(2)? MASTER: Requeued 0 jobs.
=> Started your app.
=> App running at: http://localhost:3000/
I20150424-08:36:12.841(2)? server/test.js
I20150424-08:36:12.847(2)? PID 24372: Started 1 monq workers.
Metadata
Metadata
Assignees
Labels
No labels