🐛 Server > Fix alert

This commit is contained in:
brunosimon
2017-12-24 13:25:10 +01:00
parent 034f6910fb
commit 0ba869f0eb
4 changed files with 20 additions and 9 deletions
+1
View File
@@ -218,6 +218,7 @@ class App
// Start project
socket.on('start_project', (data) =>
{
data.watcherSocket = socket // Add watcher socket
project = this.projects.createProject(data)
this.site.createProjectRoute(project)