Comparing version 0.4.1 to 0.4.2
@@ -200,2 +200,3 @@ var Link = require('./Link') | ||
fromLink.emit('error', er) | ||
return | ||
} | ||
@@ -250,3 +251,4 @@ | ||
}catch(e) { | ||
throw new Error('Applying edit "'+edit.id+'" failed: '+e.message) | ||
e.message = 'Applying edit failed: '+e.message | ||
throw e | ||
} | ||
@@ -253,0 +255,0 @@ } |
@@ -113,4 +113,5 @@ var Document = require('./Document') | ||
}catch(e) { | ||
throw new Error('Applying edit "'+edit.id+'" failed: '+e.message) | ||
e.message = 'Applying edit failed: '+e.message | ||
throw e | ||
} | ||
} |
{ | ||
"name": "gulf", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Sync anything!", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
32653
705