Skip to content

Commit

Permalink
make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
arunchndr committed Aug 25, 2023
1 parent 8ba54c8 commit 1d96314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsptoolshost/dotnetRuntimeExtensionResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class DotnetRuntimeExtensionResolver implements IHostExecutableResolver {

// If dotnet is just a symlink, resolve it to the actual executable so
// callers will be able to get the actual directory containing the exe.
return await realpath(path)
return await realpath(path);
} catch (e) {
this.channel.appendLine(
'Failed to find dotnet info from path, falling back to acquire runtime via ms-dotnettools.vscode-dotnet-runtime'
Expand Down

0 comments on commit 1d96314

Please sign in to comment.