1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Merge branch 'development' of https://github.com/QB64Team/qb64 into development

This commit is contained in:
Fellippe Heitor 2021-03-10 17:22:56 -03:00
commit bd0457e068

View file

@ -1550,7 +1550,7 @@ IF idemode = 0 THEN
qberrorhappened1:
IF qberrorhappened = 1 THEN
PRINT
PRINT "Cannot locate source file:" + sourcefile$
PRINT "Cannot locate source file: " + sourcefile$
IF ConsoleMode THEN SYSTEM 1
END 1
ELSE