Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/nherit log level from flowr #46

Open
wants to merge 7 commits into
base: base
Choose a base branch
from

Conversation

Alexandre1624
Copy link

the 2 commits doesn't come from Loris

@@ -195,6 +195,11 @@ export class VlcPlayer extends AbstractPlayer {
// not required now, maybe later
}

setLogLevel(_: IpcMainEvent, logLevel: LogSeverity): void {
this.logLevel = logLevel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see any place where this variable is used. What is its purpose ?

import { IMessage, LogMessage, MessageDataType, MessageType, ProcessMessaging, VLCLogLevel } from './messaging'
import { ResetableTimeout } from './resetableTimeout'
import { FlowrWindow } from "../../../flowr-window";
import {ChildProcess, spawn} from 'child_process'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please disable your IDE auto formatting for this project....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants