mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-06 03:55:37 -05:00
fix import statement
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* node scripts/release.js major "Major redesign with new UI"
|
||||
*/
|
||||
|
||||
const { execSync } = require('child_process')
|
||||
import { execSync } from 'child_process'
|
||||
const { existsSync } = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user