Skip to content

Commit fccf53a

Browse files
log before and after
1 parent f54490b commit fccf53a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bookmarks/soukai/demo/src/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ export function bootSoukai(fetch?: Fetch) {
6969
TypeIndex: SolidTypeIndex,
7070
SolidTypeIndex: SolidTypeIndex,
7171
});
72-
console.log('setEngine');
72+
console.log('calling setEngine now');
7373
setEngine(new LogEngine(new SolidEngine(fetch)));
74+
console.log('call to setEngine done');
75+
7476
}
7577

7678
type FetchContainrURLArgs = {

0 commit comments

Comments
 (0)