mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
don't output Modified message
This commit is contained in:
@@ -367,7 +367,7 @@ exports.run = function (app_dir, bundle_path, port, on_restart) {
|
||||
};
|
||||
|
||||
watch_files(app_dir, deps.extensions || [], function () {
|
||||
log_to_clients({'system': "=> Modified -- restarting."});
|
||||
// log_to_clients({'system': "=> Modified -- restarting."});
|
||||
on_restart();
|
||||
Status.reset();
|
||||
restart_server();
|
||||
|
||||
Reference in New Issue
Block a user