🐛 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
+2 -1
View File
@@ -13,6 +13,7 @@ class Project
{
this.config = _config
this.path = _options.path
this.watcherSocket = _options.watcherSocket
this.setName(_options.name)
this.setSocket()
@@ -20,7 +21,7 @@ class Project
this.excludeRegex = new RegExp(_options.excludeRegex)
this.zipNeedsUpdate = true
this.files = new Files(this.config, { projectSocket: this.projectSocket })
this.chat = new Chat(this.config, { slug: this.slug })
this.chat = new Chat(this.config, { slug: this.slug, watcherSocket: this.watcherSocket })
this.date = new Date()
// Add test contents