mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use import for execSync
This commit is contained in:
parent
19f50c4d64
commit
4cd4a9edc6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
const { execSync } = require('child_process')
|
import { execSync } from 'child_process' // The exec import
|
||||||
|
|
||||||
;(async () => {
|
;(async () => {
|
||||||
// scan-new-apps test-prebuild build-lists-and-api test-postbuild-api
|
// scan-new-apps test-prebuild build-lists-and-api test-postbuild-api
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue