Skip to content

Commit

Permalink
fix: add use strict for node 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Jun 15, 2018
1 parent e3a6aea commit ba2ee3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ProcessUtils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

module.exports = {
injectModules: function() {
if (process.env.pmx !== 'false') {
Expand Down

0 comments on commit ba2ee3b

Please sign in to comment.