Skip to content

Commit

Permalink
Code Review Changes, getgauge/gauge-vscode#119
Browse files Browse the repository at this point in the history
  • Loading branch information
riju91 committed Feb 11, 2018
1 parent 2c9a6f3 commit 3c61df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gauge-proto
Submodule gauge-proto updated 1 files
+1 −1 messages.proto
2 changes: 1 addition & 1 deletion src/message-processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var putStubImplementationCode = function(request) {
var stepTexts = request.stubImplementationCodeRequest.steps;
var codes = [];
stepTexts.map(function (step) {
var code = generateImplStub(step.stepValue);
var code = generateImplStub(step);
codes.push(code);
});

Expand Down

0 comments on commit 3c61df7

Please sign in to comment.