diff options
author | alon@honor <none@none> | 2010-09-03 20:03:18 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-03 20:03:18 -0700 |
commit | a0a31c81d8b7f17eccbafdf2c8741deabf08499a (patch) | |
tree | 94f14c2339449c6b334ae46d15b206d215ac19eb /src/enzymatic.js | |
parent | 1a589b26cead1d457f466480651975d6dff121d1 (diff) |
fixes for invoke (+fix of regression in test runner)
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r-- | src/enzymatic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js index fd74bcc0..419cc73e 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -77,7 +77,7 @@ Substrate.prototype = { outputs = zyme.process(selected); //PROF(); } catch (e) { - print("Exception, current selected are: " + selected.map(dump).join('\n\n').substr(0,100)); + print("Exception, current selected are: " + selected.map(dump).join('\n\n')); print("Stack: " + dump(new Error().stack)); throw e; } |