1
0
Fork 0

don't fail

This commit is contained in:
jsteemann 2016-05-03 00:44:55 +02:00
parent db9e3d1360
commit 065d1bfa9a
1 changed files with 3 additions and 1 deletions

View File

@ -1061,8 +1061,10 @@ function _install(serviceInfo, mount, options, runSetup) {
}, },
action() { action() {
var definition = collection.firstExample({mount: mount}); var definition = collection.firstExample({mount: mount});
if (definition !== null) {
collection.remove(definition._key); collection.remove(definition._key);
} }
}
}); });
} }
} catch (err) { } catch (err) {