diff options
| author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-11-22 16:30:45 +0000 |
|---|---|---|
| committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-11-22 16:30:45 +0000 |
| commit | 8e368b67de60442c483bd9def7036e52562ccc81 (patch) | |
| tree | 947d775285ad2df464177df8ec9e1d63e99cae0d /src/Compiler/ExecuteC.java | |
| parent | ab5584190b83a8cda9cbb3469ce841dbaa3aa38a (diff) | |
| download | esotericFORTRAN-8e368b67de60442c483bd9def7036e52562ccc81.tar.gz esotericFORTRAN-8e368b67de60442c483bd9def7036e52562ccc81.zip | |
Improved error handing and added logical statements
Diffstat (limited to 'src/Compiler/ExecuteC.java')
| -rw-r--r-- | src/Compiler/ExecuteC.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compiler/ExecuteC.java b/src/Compiler/ExecuteC.java index 035813a..d579c82 100644 --- a/src/Compiler/ExecuteC.java +++ b/src/Compiler/ExecuteC.java @@ -18,7 +18,7 @@ public class ExecuteC { System.out.println(output); } else{ - Language.displayError("Runtime Error"); + Language.displayError(0,"Runtime Error"); } } |
