updates
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ export class Boot {
|
||||
|
||||
callback();
|
||||
|
||||
}).catch((err) => Boot.log('Module Err: ', err));
|
||||
}).catch(err => Boot.log(`Module Err: ${err}`));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user