mirror of https://gitee.com/bigwinds/arangodb
jslint
This commit is contained in:
parent
1df92a97b4
commit
f448a5139a
|
@ -583,7 +583,7 @@ function dropLocalCollections (plannedCollections) {
|
|||
}
|
||||
}
|
||||
catch (err) {
|
||||
db._useDatabase("_system");
|
||||
db._useDatabase(previousDatabase);
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue