diff options
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; } |