Commit ccc485b3563854e86e730d7d41aa453fc80d229a
Update index.js
wanderer authored on 7/28/2017, 2:27:39 AMGitHub committed on 7/28/2017, 2:27:39 AM
Parent: 3c51a3dbfcb5e55cfdcd0b54850b584f04b0f602
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -17,11 +17,9 @@ | |||
17 | 17 … | ||
18 | 18 … | // This method runs when the container needs to be started up. It cannot be | |
19 | 19 … | // called before onCreation was successful. It can be called after a shutdown | |
20 | 20 … | // was requested in onIdle. | |
21 | - async onStartup () { | ||
22 | - throw new Error('Unimplemented startup method') | ||
23 | - } | ||
21 … | + async onStartup () {} | ||
24 | 22 … | ||
25 | 23 … | // This is called for each incoming message the container gets. | |
26 | 24 … | // | |
27 | 25 … | // Optionally it can return a single value. |
Built with git-ssb-web