diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-01-16 15:29:06 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-01-16 15:29:06 -0800 |
commit | 9eb5dd2a45db42c792bb3948271d42016417404e (patch) | |
tree | 20225e99c25124227f4f3b967558aa93199f3d8b /src/postamble.js | |
parent | 6a6e842688afe7e15f6a957d4179da982c0f940b (diff) |
support for writing to files in stdio
Diffstat (limited to 'src/postamble.js')
-rw-r--r-- | src/postamble.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/postamble.js b/src/postamble.js index 87850d96..70c45b98 100644 --- a/src/postamble.js +++ b/src/postamble.js @@ -38,3 +38,5 @@ Module['run'] = run; run(args); #endif +// {{POST_RUN_ADDITIONS}} + |