diff options
Diffstat (limited to 'src/utils/Logger.ts')
-rw-r--r-- | src/utils/Logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/Logger.ts b/src/utils/Logger.ts index 88ebb43..1ae4762 100644 --- a/src/utils/Logger.ts +++ b/src/utils/Logger.ts @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -export default class Logger { +export class Logger { /** * Returns the console format args for a title with the specified background colour and black text * @param color Background colour |