SalamLang/Salam

خطا در فاصله=«10px 10px»

Open

#355 opened on Nov 28, 2024

View on GitHub
 (1 comment) (0 reactions) (2 assignees)C (22 forks)auto 404
bugenhancementgood first issuehacktoberfesthacktoberfest-acceptedquestion

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

error in writing padding command

code:

صفحه:
	جعبه:
		محتوا=«سلام به تو ای کاشانی!»
		رنگ=«قرمز»
		اندازه قلم=«40»
		نام قلم=«IRANYekan»
		وزن قلم=«700»
		مرز=«1px solid black»
		گردی=«20»
		فاصله=«10px 10px»
		تراز متن=«مرکز»
	تمام
تمام

error:

خطا: برنامه با خطا مواجه شد.
Generator Error: Invalid value for 'فاصله' attribute in 'جعبه' element at line 10 column 0!
program exited (with status: 2), but keepRuntimeAlive() is set (counter=0) due to an async operation, so halting execution but not exiting the runtime or preventing further async execution (you can use emscripten_force_exit, if you want to force a true shutdown)

Contributor guide