dev: Better errors when using Node < v18

This commit is contained in:
Vendicated 2023-01-23 04:02:09 +01:00
parent 84cfe531af
commit 8a43e9b25f
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
3 changed files with 25 additions and 0 deletions

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "./checkNodeVersion.js";
import { execFileSync, execSync } from "child_process";
import { createWriteStream, existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
import { dirname, join } from "path";