Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scope loading behaviour instead of using early return
Fails under babel_node node_modules/mocha/bin/_mocha Transformation error; return original code { [SyntaxError: node_modules/mocha/bin/_mocha: 'return' outside of function (392:2)] pos: 9902, loc: { line: 392, column: 2 }, raisedAt: 9908, _babel: true, codeFrame: ' 390 | });\n 391 | \n> 392 | return;\n | ^\n 393 | }\n 394 | \n 395 | // load' } based on advice from @oakfang Signed-off-by: Joshua Appelman <[email protected]> Closes #1787
- Loading branch information