UNPKG

@nearform/doctor

Version:
6 lines (4 loc) 130 B
const cluster = require('cluster') cluster.on('fork', () => { throw new Error('clinic doctor does not support clustering.') })