Skip to content

Commit

Permalink
fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
GassaFM committed Mar 21, 2020
1 parent fa02edf commit bf03994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.dub
*.exe
3 changes: 2 additions & 1 deletion source/runner.d
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ class Runner
return 0;
}

assert (false);
throw new Exception ("call of non-existing function: " ~
call.name);
}

long evalExpression (Expression e)
Expand Down

0 comments on commit bf03994

Please sign in to comment.