joergen7 / cuneiform

Cuneiform distributed programming language
https://cuneiform-lang.org/
Apache License 2.0
232 stars 16 forks source link

Rename: [Error: Enoent] #60

Closed bearbob closed 4 years ago

bearbob commented 8 years ago

If cuneiform is called for a script that does not exists, the error message looks like this:

cuneiform doesnt.exist.cf added IP ***\ to logmgr.

=INFO REPORT==== 4-Aug-2016::12:48:59 === Base directory: /tmp/cf-** Number of threads: 24 Error: enoent

It took me a while to notice the typo in the file name, a better error message might be something like "The called Cuneiform script "xxx" does not exist."

joergen7 commented 8 years ago

enoent means file doesn't exist. could be clearer, you're right.

joergen7 commented 4 years ago

now load error: {"doesntexist.cfl",enoent}

joergen7 commented 4 years ago

I have changed the error message so that no hint to Erlang data structures remains.