(conf)
| 360 | } |
| 361 | |
| 362 | function needPrefix(conf) { |
| 363 | if ((conf.apps && conf.apps.length > 1) || |
| 364 | (conf.pm2 && conf.pm2.length > 1) || |
| 365 | (conf.apps && conf.apps.length == 1 && conf.name != conf.apps[0].name)) |
| 366 | return true |
| 367 | return false |
| 368 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…