diff options
author | alon@honor <none@none> | 2010-10-31 16:22:15 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-31 16:22:15 -0700 |
commit | 34557661977141046f2ab934a50d492535cf1766 (patch) | |
tree | bf77171de2100f7bac60a68eaeac21e67c399345 /src/postamble.js | |
parent | db2dfd4026c5aaba0a4b1fc2778b1ca36bec8a62 (diff) |
finish module-ization of generated code
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/postamble.js b/src/postamble.js index 448ee0fb..fb552606 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -48,10 +48,5 @@ function run(args) { } } -try { - run(this.args ? this.args : (this.arguments ? this.arguments : [])); -} catch (e) { - print("Fatal exception: " + e); - throw e; -} +run(args); |