diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:46:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:46:20 +0100 |
commit | 51e5c43506801e60d8c90ba419a27583d8a1ce60 (patch) | |
tree | 9a2198699a4a9c284cee937df3889dd89a648f6c | |
parent | 5c600904f5d30773f5700f1df934d5235558b2eb (diff) |
add author
-rw-r--r-- | lib/module-trampoline.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/module-trampoline.js b/lib/module-trampoline.js index 22173aa42..1f0247f35 100644 --- a/lib/module-trampoline.js +++ b/lib/module-trampoline.js @@ -17,6 +17,8 @@ /** * Boilerplate to initialize the module system and call main() + * + * @author Florian Dold */ "use strict"; @@ -75,4 +77,4 @@ System.import(me) .catch((e) => { console.log("trampoline failed"); console.error(e.stack); - });
\ No newline at end of file + }); |