better errors if meterp file is missing

git-svn-id: file:///home/svn/framework3/trunk@4313 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2007-02-03 19:39:11 +00:00
parent 10a288240b
commit a68dfe89bf
1 changed files with 3 additions and 0 deletions

View File

@ -424,6 +424,9 @@ protected
klass = CommDispatcher.const_get(diff[0])
CommDispatcher.set_hash(path, klass)
else
print_error("Failed to load client script file: #{clirb}")
return false
end
end