add author
This commit is contained in:
parent
5c600904f5
commit
51e5c43506
@ -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);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user