Removes trailing spaces.
This commit is contained in:
parent
a190311612
commit
eaa4c3cf0b
@ -61,7 +61,7 @@ export class VFS
|
||||
}
|
||||
catch
|
||||
{
|
||||
// If Exception, the file does not exis
|
||||
// If Exception, the file does not exist
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,6 @@ import { AbstractWinstonLogger } from "@spt-aki/utils/logging/AbstractWinstonLog
|
||||
@injectable()
|
||||
export class WinstonMainLogger extends AbstractWinstonLogger
|
||||
{
|
||||
|
||||
constructor(
|
||||
@inject("AsyncQueue") protected asyncQueue: IAsyncQueue
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user