mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
dont need to await refresh
This commit is contained in:
@@ -911,7 +911,7 @@ Object.assign(AppRunner.prototype, {
|
||||
|
||||
var oldPromise = self.runPromise = self._makePromise("run");
|
||||
|
||||
await refreshClient();
|
||||
refreshClient();
|
||||
|
||||
// Establish a watcher on the new files.
|
||||
setupClientWatcher();
|
||||
|
||||
Reference in New Issue
Block a user