mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
winston fixes
This commit is contained in:
parent
2b2453a397
commit
84a4491104
@ -91,7 +91,7 @@ export class TerminalService {
|
||||
cwd = cwd || null
|
||||
}
|
||||
|
||||
this.logger.log(`Starting profile ${profile.name}`, profile)
|
||||
this.logger.info(`Starting profile ${profile.name}`, profile)
|
||||
let sessionOptions = {
|
||||
...profile.sessionOptions,
|
||||
pauseAfterExit: pause,
|
||||
@ -116,7 +116,7 @@ export class TerminalService {
|
||||
if (sessionOptions.runAsAdministrator && this.uac.isAvailable) {
|
||||
sessionOptions = this.uac.patchSessionOptionsForUAC(sessionOptions)
|
||||
}
|
||||
this.logger.log('Using session options:', sessionOptions)
|
||||
this.logger.info('Using session options:', sessionOptions)
|
||||
|
||||
return this.app.openNewTab(
|
||||
TerminalTabComponent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user