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

[fix] trim version sufix

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