complete for jenkins build

This commit is contained in:
2020-01-15 11:50:44 +01:00
parent 4af5d613a6
commit b7e845f093
8 changed files with 1678 additions and 17 deletions

View File

@ -1,5 +1,5 @@
const fs = require('fs');
const fs = require ('fs');
module.exports = async (folder) => {
module.exports = async folder => {
};