Fix crash
This commit is contained in:
@@ -273,7 +273,7 @@ async function getMounts(app, callback) {
|
||||
assert.strictEqual(typeof app, 'object');
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
|
||||
const [error, volumeMounts] = await safe(getVolumeMounts());
|
||||
const [error, volumeMounts] = await safe(getVolumeMounts(app));
|
||||
if (error) return callback(error);
|
||||
|
||||
getAddonMounts(app, function (error, addonMounts) {
|
||||
|
||||
Reference in New Issue
Block a user