worldline / rock-the-web-with-nodejs

A node.js introduction training to rock your daily developper life !
http://worldline.github.io/rock-the-web-with-nodejs/
5 stars 2 forks source link

Cluster typo .isMaster #24

Closed qtomasicchio closed 6 years ago

qtomasicchio commented 6 years ago

Il y a une faute de frappe sur la partie Cluster du jour 2 :

if (cluster.isMaster) { ... } // isMaster est bien une propriété pas une fonction
qtomasicchio commented 6 years ago

Fix in PR https://github.com/worldline/rock-the-web-with-nodejs/pull/28