1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 11:11:20 +00:00

Update qb64.bas

Keeps IDE errors in log.
This commit is contained in:
Fellippe Heitor 2021-07-30 12:04:04 -03:00
parent 3480d74d32
commit c766fbc989

View file

@ -13253,7 +13253,8 @@ END IF
IF ideerror THEN 'error happened inside the IDE
fh = FREEFILE
OPEN "internal\temp\ideerror.txt" FOR OUTPUT AS #fh
OPEN "internal\temp\ideerror.txt" FOR APPEND AS #fh
PRINT #fh, DATE$; TIME$; "--------------------"
PRINT #fh, ERR
PRINT #fh, _ERRORMESSAGE$
PRINT #fh, _ERRORLINE