Fixed exec not defined.

This commit is contained in:
SamTV12345 2024-03-17 12:20:03 +01:00
parent 50c28c2fa1
commit 133c1ec1eb

View file

@ -1,4 +1,4 @@
import exec from 'child_process' import {exec} from 'child_process'
import fs from 'fs' import fs from 'fs'
import path from 'path' import path from 'path'