Skip to content

Commit d0c4038

Browse files
committed
rm promise.all
1 parent 08d82f1 commit d0c4038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev/build/tasks/create_empty_dirs_and_files_task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const CreateEmptyDirsAndFiles: Task = {
1212
description: 'Creating some empty directories and files to prevent file-permission issues',
1313

1414
async run(config, log, build) {
15-
await Promise.all([mkdirp(build.resolvePath('plugins'))]);
15+
await mkdirp(build.resolvePath('plugins'));
1616
},
1717
};

0 commit comments

Comments
 (0)