Update libs (#28)
* added prompt context library * updated libs, except chalk that should not be updated * updated libs and fixed speed
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
|
||||
const stationListDev = await createPrintBucketStationList(
|
||||
toolbox,
|
||||
'photowall-prints-dev'
|
||||
'photowall-prints-dev',
|
||||
);
|
||||
|
||||
// Now show these in a enquiere prompt where the user can search and choose a folder
|
||||
@@ -28,7 +28,7 @@ module.exports = {
|
||||
// Ask the user if he wants to delete all the files in that station
|
||||
const confirm = new Confirm({
|
||||
message: `Do you want to delete all the files in ${chalk.yellow(
|
||||
stationName
|
||||
stationName,
|
||||
)}?`,
|
||||
});
|
||||
const deleteAll = await confirm.run();
|
||||
|
||||
Reference in New Issue
Block a user