Skip to content

Commit

Permalink
add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Apr 7, 2016
1 parent eb38456 commit f78fb5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var _ = require('underscore');

function updateProcessArgs() {
//fix freeze during debugging
process.execArgv = _.filter(process.execArgv, function (arg) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "script-manager",
"version": "0.5.1",
"version": "0.5.2",
"author": {
"name": "Jan Blaha",
"email": "[email protected]"
Expand Down

0 comments on commit f78fb5d

Please sign in to comment.