File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hyperlight-js/examples/user_modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,6 @@ fn main() -> Result<()> {
264264 let store_all = loaded. handle_event ( "store_get" , r#"{"key": "year"}"# . to_string ( ) , None ) ?;
265265 println ! ( " Get(year): {store_all}" ) ;
266266
267- println ! ( "\n ✅ User modules example complete! — \" Life moves pretty fast. If you don't stop and share state once in a while, you could miss it. \" " ) ;
267+ println ! ( "\n ✅ User modules example complete!" ) ;
268268 Ok ( ( ) )
269269}
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ async function main() {
181181 console . log ( ` Reader sees → count=${ r2 . count } (should be 2)` ) ;
182182
183183 console . log (
184- '\n✅ User modules example complete! — "Life moves pretty fast. If you don\'t stop and share state once in a while, you could miss it." '
184+ '\n✅ User modules example complete! All handlers executed successfully. '
185185 ) ;
186186}
187187
You can’t perform that action at this time.
0 commit comments