This commit is contained in:
Wyatt Johnson
2018-02-20 21:47:16 -07:00
parent b6fa8b92a1
commit cb266e651b
+1 -1
View File
@@ -79,7 +79,7 @@ async function onListening() {
* Start the app.
*/
async function serve({ jobs: processJobs = false, websockets = false } = {}) {
// Run the deffered plugins.
// Run the deferred plugins.
PluginsService.runDeferred();
// Start the cache instance.