We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54490b commit fccf53aCopy full SHA for fccf53a
1 file changed
bookmarks/soukai/demo/src/utils.ts
@@ -69,8 +69,10 @@ export function bootSoukai(fetch?: Fetch) {
69
TypeIndex: SolidTypeIndex,
70
SolidTypeIndex: SolidTypeIndex,
71
});
72
- console.log('setEngine');
+ console.log('calling setEngine now');
73
setEngine(new LogEngine(new SolidEngine(fetch)));
74
+ console.log('call to setEngine done');
75
+
76
}
77
78
type FetchContainrURLArgs = {
0 commit comments