mirror of https://gitee.com/bigwinds/arangodb
fixed typo
This commit is contained in:
parent
99a67861e6
commit
248b3e3329
|
@ -1080,7 +1080,7 @@ exports.mount = function (appId, mount, options) {
|
|||
}
|
||||
catch (err2) {
|
||||
markAsIllegal(doc, err2);
|
||||
throw err;
|
||||
throw err2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue