⚠ BITMAPS Warning msg changed

This commit is contained in:
KaizIqbal 2020-07-31 11:32:31 +05:30
parent dba7819593
commit 8e3acaecba

View file

@ -18,7 +18,7 @@ def init_build() -> None:
shutil.rmtree(package_dir)
if not path.exists(bitmaps_dir):
print(
"⚠ Bitmaps Not generated.\n\n Follow Command to generate bitmaps\n `yarn render`")
"⚠ BITMAPS NOT FOUND.\n\n`yarn install && yarn render` to Generates Bitmaps")
sys.exit(1)