Skip to content

Commit

Permalink
Fix redbean history
Browse files Browse the repository at this point in the history
Fixes #903
  • Loading branch information
jart committed Oct 3, 2023
1 parent fcdda40 commit 5212f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/net/redbean.c
Original file line number Diff line number Diff line change
Expand Up @@ -7461,9 +7461,12 @@ void RedBean(int argc, char *argv[]) {
}

int main(int argc, char *argv[]) {
lua_progname = "redbean";

#if !IsTiny()
ShowCrashReports();
#endif

LoadZipArgs(&argc, &argv);
RedBean(argc, argv);

Expand Down

0 comments on commit 5212f78

Please sign in to comment.