1
0
Fork 0

fixed typo

This commit is contained in:
Frank Celler 2014-06-20 15:59:45 +02:00
parent 99a67861e6
commit 248b3e3329
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ exports.mount = function (appId, mount, options) {
}
catch (err2) {
markAsIllegal(doc, err2);
throw err;
throw err2;
}
}