Skip to content

Commit b8eb3cc

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent e518703 commit b8eb3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launcher/src/webview-resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WebviewResources {
4343
const currentURL = productJSON.getWebviewContentExternalBaseUrlTemplate();
4444
console.log(` > currentURL ${currentURL}`);
4545
// update in product.json
46-
productJSON.setWebviewContentExternalBaseUrlTemplate(newURL);
46+
// productJSON.setWebviewContentExternalBaseUrlTemplate(newURL);
4747

4848
await productJSON.save();
4949

0 commit comments

Comments
 (0)