aboutsummaryrefslogtreecommitdiff
path: root/lib/module-trampoline.js
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
committertg(x) <*@tg-x.net>2016-03-02 16:53:14 +0100
commit51d6f9fd94d05741e733b01be915afeb5572f355 (patch)
tree024ef8cab1db8543574c6be33edf9dc2da0ef6ac /lib/module-trampoline.js
parentcd331e1855fd4c7033e43622ec0a963fefe37bdb (diff)
parent13a8f36cad4d5d2ffec788ff6b4d5b61ed4ddff9 (diff)
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'lib/module-trampoline.js')
-rw-r--r--lib/module-trampoline.js4
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
+ });