mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Print “server restarting” only when doing so
This commit is contained in:
committed by
Emily Stark
parent
dbd576689f
commit
96cfcb780b
@@ -697,7 +697,9 @@ _.extend(AppRunner.prototype, {
|
||||
} finally {
|
||||
self.runFuture = null;
|
||||
|
||||
runLog.logTemporary("=> Server modified -- restarting...");
|
||||
if (ret.outcome === 'changed') {
|
||||
runLog.logTemporary("=> Server modified -- restarting...");
|
||||
}
|
||||
|
||||
self.proxy.setMode("hold");
|
||||
appProcess.stop();
|
||||
|
||||
Reference in New Issue
Block a user