Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusdy committed May 12, 2014
2 parents 4c59969 + 6e5044c commit de8abe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public byte[] transform(ClassLoader loader, String className, Class<?> classBein
reader.accept(adapter, 0);
// 生成新类字节码
return writer.toByteArray();
} catch (Exception e) {
} catch (Throwable e) {
e.printStackTrace();
// 返回旧类字节码
return classfileBuffer;
Expand Down

0 comments on commit de8abe9

Please sign in to comment.