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

Ora logs to stdout #23

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

Conversation

LuizFelipeOliver
Copy link

No description provided.

garante que ao geral o arquivo config.yml o id do tema venha como um
numero
Alterado somente o configure para que a mensagem vara para o stdout
Comment on lines +83 to +84
loader.stop();
console.error(error.toString());
Copy link
Contributor

Choose a reason for hiding this comment

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

Existem diversos outros pontos que usam o antigo loader.fail para indicar erro. Essa alteração deve ser consistente em todo o projeto.

Na minha opinião, o comportamento precisa ser modificado na lib ora, para permitir suportar múltiplos streams.

@@ -19,7 +19,7 @@ export function saveConfigurationFile({
const fileDataAsObject = {
':api_key': key,
':password': password,
':theme_id': themeId,
':theme_id': themeId ? Number(themeId) : undefined,
Copy link
Contributor

Choose a reason for hiding this comment

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

Devido a possíveis problemas de compatibilidade, não alteraria essa linha nesse momento.

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.

2 participants