Skip to content

Commit

Permalink
Merge branch 'master' into improve_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akshita31 authored May 24, 2018
2 parents b2681b3 + 67977c3 commit 8d80e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/dotnetTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default class TestManager extends AbstractProvider {
TargetFrameworkVersion: targetFrameworkVersion
};

let response = await serverUtils.debugTestGetStartInfo(this._server, request); serverUtils.debugTestGetStartInfo(this._server, request);
let response = await serverUtils.debugTestGetStartInfo(this._server, request);
listener.dispose();
return this._createLaunchConfiguration(
response.FileName,
Expand Down

0 comments on commit 8d80e3d

Please sign in to comment.