Removed log
This commit is contained in:
parent
584077fe03
commit
5ac95073a5
@ -65,7 +65,6 @@ export async function main(ns) {
|
|||||||
if(!args['quite']) await progressBar(ns, args['file']);
|
if(!args['quite']) await progressBar(ns, args['file']);
|
||||||
} else {
|
} else {
|
||||||
const files = await copyWithDependencies(ns, args['file'], args['server']);
|
const files = await copyWithDependencies(ns, args['file'], args['server']);
|
||||||
console.log(files);
|
|
||||||
if(!args['quite']) {
|
if(!args['quite']) {
|
||||||
for(let file of files) {
|
for(let file of files) {
|
||||||
await progressBar(ns, file);
|
await progressBar(ns, file);
|
||||||
|
Loading…
Reference in New Issue
Block a user