Skip to content

Commit

Permalink
Revert changes in plugin-reader.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy committed Jun 23, 2020
1 parent b75a2f0 commit 88af814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-ext/src/hosted/node/plugin-reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class HostedPluginReader implements BackendApplicationContribution {
if (!pluginPath) {
return undefined;
}
pluginPath = path.normalize(pluginPath + '/');
const manifest = await loadManifest(pluginPath);
if (!manifest) {
return undefined;
Expand Down

0 comments on commit 88af814

Please sign in to comment.