mirror of
https://git.hibas.dev/OpenServer/NodeLogging.git
synced 2025-07-01 12:41:11 +00:00
Fixing undefined type on default export
This commit is contained in:
@ -292,7 +292,7 @@ export class LoggingBase {
|
||||
}
|
||||
}
|
||||
|
||||
export let Logging = undefined;
|
||||
export let Logging: LoggingBase = undefined;
|
||||
if (process.env.LOGGING_NO_DEFAULT !== "true") {
|
||||
Logging = new LoggingBase();
|
||||
}
|
||||
|
Reference in New Issue
Block a user