joelesko / tht

THT Programming Language

Home Page:https://tht.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout when Runtime error occurs with no output

joelesko opened this issue · comments

Long timeout occurs when:

  1. A runtime error is triggered
  2. There is no output (other than print statements)
>> Test Output

$num += blah()

fn blah { 
   return 
}   


It's possible this was a local issue, but recording it here to double-check.