Files
godot/modules/gdscript
William Deurwaarder e77338978f Print error message when await is not followed by signal or coroutine
When await was not followed by a signal or coroutine the GDScript parser would
crash.

This fix will check if await is followed by a signal or coroutine in case that
isn't true (element == nullptr) then an error message is printed.
2021-08-28 17:29:35 +02:00
..
2021-08-17 16:10:28 +02:00
2021-08-17 16:10:28 +02:00
2021-08-17 16:10:28 +02:00