more startup hackery to populate the environment
This commit is contained in:
parent
f61550c862
commit
9ee72169ac
2 changed files with 18 additions and 17 deletions
|
|
@ -70,7 +70,7 @@
|
|||
};
|
||||
plugin_manager.catalog.startupPlugins(data, plugin_manager.REASONS.APP_STARTUP).then(function() {
|
||||
var demo_startup = require("demo_startup");
|
||||
demo_startup.launch();
|
||||
demo_startup.launch(data.env);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue