- generazione della raccolta PDF OK !!!
This commit is contained in:
@@ -6186,5 +6186,9 @@ module.exports = {
|
||||
|
||||
async attendiNSecondi(numsec) {
|
||||
await new Promise(resolve => setTimeout(resolve, numsec * 1000));
|
||||
}
|
||||
},
|
||||
|
||||
fixFilePath(myfilepath) {
|
||||
return myfilepath.replace(/\\/g, '/');
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user