saveFsMetadata: make it work with a layout
This commit is contained in:
@@ -565,6 +565,7 @@ function clearVolume(app, name, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
// this only removes the volume and not the data
|
||||
function removeVolume(app, name, callback) {
|
||||
assert.strictEqual(typeof app, 'object');
|
||||
assert.strictEqual(typeof name, 'string');
|
||||
|
||||
Reference in New Issue
Block a user