Skip to content
Snippets Groups Projects

[fix] execute wizard tasks

Merged Éloïs requested to merge fix/exec-wizard-tasks into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -48,6 +48,7 @@ module.exports = {
@@ -48,6 +48,7 @@ module.exports = {
if (!task) {
if (!task) {
throw "Unknown task";
throw "Unknown task";
}
}
 
await task(conf, program);
// Check config
// Check config
await server.checkConfig();
await server.checkConfig();
await server.dal.saveConf(conf);
await server.dal.saveConf(conf);
Loading