mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-06-27 21:15:11 +00:00
Replaced hasMongoDump with hasMongoShell
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
let editor;
|
||||
|
||||
async function runScript() {
|
||||
if (!$environment.hasMongoDump) {
|
||||
if (!$environment.hasMongoShell) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user