diff options
author | alon@honor <none@none> | 2010-08-31 23:03:57 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-08-31 23:03:57 -0700 |
commit | e8c3ecd8cd3d85f9f50f32fad3e419166fe126f4 (patch) | |
tree | 5a114acbacf323e6ae094e211548b03885bbdf9d /src/enzymatic.js | |
parent | 99a81c84ddc0e60da0cb3e9a0add4b61a538f3a4 (diff) |
optimize tokenizer
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 1bce512f..fd74bcc0 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -78,7 +78,7 @@ Substrate.prototype = { //PROF(); } catch (e) { print("Exception, current selected are: " + selected.map(dump).join('\n\n').substr(0,100)); - print("Stack: " + new Error().stack); + print("Stack: " + dump(new Error().stack)); throw e; } if (DEBUG) { |