commit 51e5c43506801e60d8c90ba419a27583d8a1ce60
parent 5c600904f5d30773f5700f1df934d5235558b2eb
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 1 Mar 2016 19:46:20 +0100
add author
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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
+ });