formatting

This commit is contained in:
2020-02-20 10:57:22 +01:00
parent b33dd78bd1
commit 2b7d6cf307
8 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,8 @@
/* eslint-disable no-sync */
/* eslint-disable no-console */
'use strict';
const fs = require ('fs-extra');
const path = require ('path');
const child_process = require ('child_process');