build: add missing is_verbose_mode
import (#37273)
build: add missing is_verbose_mode import
This commit is contained in:
parent
fe7c535a3f
commit
d0cf9c4b08
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ sys.path.append(
|
||||||
|
|
||||||
from zipfile import ZipFile
|
from zipfile import ZipFile
|
||||||
from lib.config import PLATFORM, get_target_arch, \
|
from lib.config import PLATFORM, get_target_arch, \
|
||||||
get_zip_name, enable_verbose_mode, get_platform_key
|
get_zip_name, enable_verbose_mode, \
|
||||||
|
is_verbose_mode, get_platform_key
|
||||||
from lib.util import get_electron_branding, execute, get_electron_version, \
|
from lib.util import get_electron_branding, execute, get_electron_version, \
|
||||||
store_artifact, get_electron_exec, get_out_dir, \
|
store_artifact, get_electron_exec, get_out_dir, \
|
||||||
SRC_DIR, ELECTRON_DIR, TS_NODE
|
SRC_DIR, ELECTRON_DIR, TS_NODE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue