convert console.log to debug
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ async function pruneVolumes() {
|
||||
debug('pruneVolumes: remove all unused local volumes');
|
||||
|
||||
const [error] = await safe(shell.spawn('docker', [ 'volume', 'prune', '--all', '--force' ], {}));
|
||||
if (error) console.log(`Error pruning volumes: ${error.mesage}`);
|
||||
if (error) debug(`pruneVolumes: error pruning volumes: ${error.mesage}`);
|
||||
}
|
||||
|
||||
async function createDockerNetwork() {
|
||||
|
||||
Reference in New Issue
Block a user