Skip to content

Commit 977cf4f

Browse files
Samarth Vermanovemberborn
Samarth Verma
authored andcommitted
Fix missing import In bench/run.js
1 parent 3311d69 commit 977cf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/run.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const childProcess = require('child_process');
33
const path = require('path');
44
const fs = require('fs');
5+
const Promise = require('bluebird');
56
const arrify = require('arrify');
67
const makeDir = require('make-dir');
78
const branch = require('git-branch').sync(path.join(__dirname, '..'));

0 commit comments

Comments
 (0)