Skip to content

Commit c6e6f8e

Browse files
committed
chore: add missing semicolon in channel.ts
1 parent 38f555e commit c6e6f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/src/vs/server/node/channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {
303303
const newPath = extension.extensionLocation.fsPath;
304304
this.log.warn(`${oldPath} has been overridden ${newPath}`);
305305
}
306-
uniqueExtensions.set(id, extension)
306+
uniqueExtensions.set(id, extension);
307307
});
308308
});
309309
});

0 commit comments

Comments
 (0)