🐛 Server > Fix alert
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user