b1t_flume.exe program can now be created instantly (reqd hacking level is 1 instead of 5). Fixed some linting errors

This commit is contained in:
danielyxie
2018-08-29 15:25:01 -05:00
parent aa18420e0c
commit 63cd269d5e
5 changed files with 15 additions and 13 deletions
+3
View File
@@ -1,3 +1,6 @@
/**
* Returns a MM/DD HH:MM timestamp for the current time
*/
export function getTimestamp() {
const d: Date = new Date();
// A negative slice value takes from the end of the string rather than the beginning.