mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update regular expression to match MongoDB 4.0 output
This commit is contained in:
committed by
Ben Newman
parent
22289e0bcd
commit
48075f4fd3
@@ -543,7 +543,7 @@ var launchMongo = function (options) {
|
||||
maybeReadyToTalk();
|
||||
}
|
||||
|
||||
if (/ \[rsSync\] transition to primary complete/.test(data)) {
|
||||
if (/ \[rsSync-0\] transition to primary complete/.test(data)) {
|
||||
replSetReady = true;
|
||||
maybeReadyToTalk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user