fix(core): update

This commit is contained in:
2020-08-10 21:18:50 +00:00
parent 66d00d938c
commit 865e58b190
7 changed files with 548 additions and 192 deletions

View File

@ -15,7 +15,7 @@ if (process.argv.indexOf('-v') === -1) {
/**
* start the loading
*/
export let start = function(moduleNameArg: string = '', loaderLengthArg: string = '10') {
export let start = function (moduleNameArg: string = '', loaderLengthArg: string = '10') {
moduleName = moduleNameArg;
startHrt = new HrtMeasurement();
startHrt.start();