Skip to content

Commit

Permalink
Better error msg if erl is not found for win32 users
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Jun 1, 2009
1 parent 37ac5f5 commit 385ae07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win32/yaws.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ int runwait(char *execString) {
return ret;
}
printf("Failed to create the process entirely\n");
printf("Tried to invoke: <%s> \n", execString);
printf("Make sure you have <erl> in your environment PATH \n");
return 1;
}

Expand Down

0 comments on commit 385ae07

Please sign in to comment.