Fixed exec not defined.
This commit is contained in:
parent
50c28c2fa1
commit
133c1ec1eb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import exec from 'child_process'
|
||||
import {exec} from 'child_process'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
|
||||
|
|
Loading…
Reference in a new issue