Skip to content

Commit ce3bc71

Browse files
committed
Fixed missing dependencies
1 parent 3744c3a commit ce3bc71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/helpers/reporterHTML.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const fs = require('fs'),
22
path = require('path'),
3+
request = require('request'),
34
logger = require('./logger').winstonLogger,
45
utils = require("./utils"),
56
Constants = require('./constants'),
@@ -87,7 +88,7 @@ function buildSpecStats(specMeta) {
8788
return specStats;
8889
}
8990

90-
reportGenerator = (bsConfig, buildId, args) => {
91+
let reportGenerator = (bsConfig, buildId, args) => {
9192
let options = {
9293
url: `${config.buildUrl}${buildId}/custom_report`,
9394
auth: {

0 commit comments

Comments
 (0)