git ssb

0+

wanderer🌟 / js-primea-abstract-container



Commit ccc485b3563854e86e730d7d41aa453fc80d229a

Update index.js

wanderer authored on 7/28/2017, 2:27:39 AM
GitHub committed on 7/28/2017, 2:27:39 AM
Parent: 3c51a3dbfcb5e55cfdcd0b54850b584f04b0f602

Files changed

index.jschanged
index.jsView
@@ -17,11 +17,9 @@
1717
1818 // This method runs when the container needs to be started up. It cannot be
1919 // called before onCreation was successful. It can be called after a shutdown
2020 // was requested in onIdle.
21- async onStartup () {
22- throw new Error('Unimplemented startup method')
23- }
21 + async onStartup () {}
2422
2523 // This is called for each incoming message the container gets.
2624 //
2725 // Optionally it can return a single value.

Built with git-ssb-web