Improved workspace handling to new command for console type

This commit is contained in:
2021-04-09 22:41:04 +02:00
parent 167f813bcf
commit 2b5c75cc67
6 changed files with 84 additions and 47 deletions

View File

@@ -182,7 +182,8 @@ class NewService(CommandABC):
self._use_startup,
self._use_service_providing,
self._project.name,
self._project_json
self._project_json,
self._workspace
)
except Exception as e:
Console.error('Could not create project', str(e))