Skip to content

Commit

Permalink
Fix missing import In bench/run.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Samarth Verma authored and novemberborn committed Apr 1, 2018
1 parent 3311d69 commit 977cf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/run.js
Expand Up @@ -2,6 +2,7 @@
const childProcess = require('child_process');
const path = require('path');
const fs = require('fs');
const Promise = require('bluebird');
const arrify = require('arrify');
const makeDir = require('make-dir');
const branch = require('git-branch').sync(path.join(__dirname, '..'));
Expand Down

0 comments on commit 977cf4f

Please sign in to comment.