Skip to content

Commit

Permalink
Immediately start analyzing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh authored and DonnieWest committed Apr 4, 2017
1 parent 4d1d9c1 commit d43229f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tern
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ function startServer(dir, config, httpServer) {
server.addFile(file);
});
});
server.flush(function(){});
return server;
}

Expand Down

0 comments on commit d43229f

Please sign in to comment.