Skip to content

Commit

Permalink
Immediately start analyzing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mericanAncer127 committed Mar 22, 2017
1 parent cb89495 commit 65c7387
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 65c7387

Please sign in to comment.