Skip to content

Commit

Permalink
chore(css): update
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Mar 8, 2019
1 parent 71c6ef9 commit f872c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ installController.mongotest = function (req, res) {
var child = require('child_process').fork(path.join(__dirname, '../../src/install/mongotest'), {
env: { FORK: 1, NODE_ENV: global.env, MONGOTESTURI: CONNECTION_URI }
})

global.forks.push({ name: 'mongotest', fork: child })
child.on('message', function (data) {
if (data.error) return res.status(400).json({ success: false, error: data.error })
Expand Down

0 comments on commit f872c8f

Please sign in to comment.