@@ -297,7 +297,7 @@ env.addEvent() comes with a set of predefined event ("train", "play", "stop", "r
```javascript
env.load().then(()=>{
env.load("My custom event",()=>{
env.addEvent("My custom event",()=>{
env.save("content of my model","model.metacar");
});
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.