diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 11eb354..eebc36e 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -84,6 +84,7 @@ module.exports = Vue.component('app-main', { var runtime = window.AppRuntime[this.project.name]; var test = [ + '', '\u001b[92m\'use strict\'\u001b[39m\u001b[90m;\u001b[39m', '\u001b[90m/*jshint browser:true */\u001b[39m', '', @@ -111,7 +112,7 @@ module.exports = Vue.component('app-main', { '', ' \u001b[31mreturn\u001b[39m \u001b[37mhypernal\u001b[39m\u001b[90m;\u001b[39m', '\u001b[33m}\u001b[39m\u001b[90m;\u001b[39m', - new Date().toISOString() + '\r\n' + new Date().toISOString() ].join('\r\n'); if (!runtime) {