diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/clj/clojure/genclass.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/genclass.clj b/src/clj/clojure/genclass.clj index f45f845a..d2d10a1b 100644 --- a/src/clj/clojure/genclass.clj +++ b/src/clj/clojure/genclass.clj @@ -418,7 +418,7 @@ (. gen goTo end-label) ;no main found (. gen mark no-main-label) - (. gen (throwException ex-type (str pkg-name "/" main-name " not defined"))) + (. gen (throwException ex-type (str pkg-name "/" sname "-" main-name " not defined"))) (. gen mark end-label) (. gen (returnValue)) (. gen (endMethod)))) |