UNPKG

130 BJavaScriptView Raw
1const cluster = require('cluster')
2
3cluster.on('fork', () => {
4 throw new Error('clinic doctor does not support clustering.')
5})