Used Node 16 and prevented soctet error from starting (#402)

This commit is contained in:
Harshil Sharma 2021-05-11 15:26:40 +05:30 committed by GitHub
parent 5fe51a9c0c
commit 1f60e70ef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -247,7 +247,6 @@ func (s *Server) startLocalModeServer() error {
// TODO: Close and delete socket file on shutdown
if err := syscall.Unlink(s.config.LocalModeSocketLocation); err != nil {
log.Print("Unable to unlink socket.", err)
return err
}
socket := s.config.LocalModeSocketLocation

1
webapp/.nvmrc Normal file
View file

@ -0,0 +1 @@
v16.1.0