logging
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 30s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 14:38:33 -05:00
parent 857500dc9f
commit 48d6d4a767
2 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,6 @@ function Widget() {
useEffect(() => {
console.log('window.location', window.location);
window.widgetApiPromise.then((api) => {
console.log('widgetApi promise resolved', api);
widgetApi.current = api;

View File

@ -14,6 +14,8 @@ import Widget from './Widget';
window.widgetApiPromise = WidgetApiImpl.create({});
console.log('adding window message event listener');
window.addEventListener(
'message',
(event) => {