mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fix: add use strict for node 4 compatibility
This commit is contained in:
parent
e3a6aea748
commit
ba2ee3b1ea
@ -1,3 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
injectModules: function() {
|
||||
if (process.env.pmx !== 'false') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user