Comparing version 3.0.1 to 3.0.2
@@ -383,5 +383,15 @@ /** | ||
missed.forEach(function(oldSnapshot) { | ||
edit.follow(oldSnapshot.edit) | ||
}) | ||
try { | ||
missed.forEach(function(oldSnapshot) { | ||
try { | ||
edit.follow(oldSnapshot.edit) | ||
}catch(e) { | ||
e.message = 'Transforming '+edit.id+' against '+oldSnapshot.edit.id+' failed: '+e.message | ||
throw e | ||
} | ||
}) | ||
}catch(e) { | ||
cb(e) | ||
return | ||
} | ||
@@ -388,0 +398,0 @@ if(missed.length > 10) { |
{ | ||
"name": "gulf", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "transport-agnostic operational transformation control layer", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -369,3 +369,3 @@ /* global xdescribe, describe, it, xit */ | ||
cb() | ||
}, 700) | ||
}, 1000) | ||
}) | ||
@@ -372,0 +372,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91728
1271