Skip to content
Snippets Groups Projects
Commit e8301c8d authored by Éloïs's avatar Éloïs
Browse files

[fix] trim version sufix

parent ad64835d
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ export class Server extends stream.Duplex implements HookableServer { ...@@ -98,7 +98,7 @@ export class Server extends stream.Duplex implements HookableServer {
this.home = home; this.home = home;
this.conf = ConfDTO.mock() this.conf = ConfDTO.mock()
this.version = jsonpckg.version; this.version = jsonpckg.version.split("-")[0];
this.logger = logger; this.logger = logger;
this.paramsP = Directory.getHomeParams(memoryOnly, home) this.paramsP = Directory.getHomeParams(memoryOnly, home)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment