File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Please see [ CONTRIBUTING.md] ( https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md ) on how to contribute to Cucumber.
2
2
3
- ### [ Unreleased] ( https://github.com/cucumber/cucumber-js/compare/v4.2.0...master ) (In Git)
3
+ ### [ Unreleased] ( https://github.com/cucumber/cucumber-js/compare/v4.2.1...master ) (In Git)
4
+
5
+ ### [ 4.2.1] ( https://github.com/cucumber/cucumber-js/compare/v4.2.0...v4.2.1 ) (2018-04-09)
4
6
5
7
#### Bug Fixes
6
8
Original file line number Diff line number Diff line change @@ -55899,7 +55899,7 @@ module.exports={
55899
55899
"gherkin",
55900
55900
"tests"
55901
55901
],
55902
- "version": "4.2.0 ",
55902
+ "version": "4.2.1 ",
55903
55903
"homepage": "http://github.com/cucumber/cucumber-js",
55904
55904
"author": "Julien Biezemans <
[email protected] > (http://jbpros.net)",
55905
55905
"contributors": [
@@ -56812,7 +56812,7 @@ var getTestCases = exports.getTestCases = function () {
56812
56812
}
56813
56813
}
56814
56814
if (event.type === 'attachment') {
56815
- throw new Error(event.data);
56815
+ throw new Error('Parse error in \'' + uri + '\': ' + event.data);
56816
56816
}
56817
56817
});
56818
56818
return _context4.abrupt('return', result);
Original file line number Diff line number Diff line change 8
8
" gherkin" ,
9
9
" tests"
10
10
],
11
- "version" : " 4.2.0 " ,
11
+ "version" : " 4.2.1 " ,
12
12
"homepage" : " http://github.com/cucumber/cucumber-js" ,
13
13
"author" :
" Julien Biezemans <[email protected] > (http://jbpros.net)" ,
14
14
"contributors" : [
You can’t perform that action at this time.
0 commit comments