Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

How to disable clearConsole() #1090

@LuisAlejandro

Description

@LuisAlejandro

This repo is currently on low maintenance. See README for details

Problem

I want to disable the calls to clearConsole();

Replication steps

export NODE_ENV=test && slate-tools watch

More Information

According to

if (process.env.NODE_ENV !== 'test') {

I can turn off the clearing of the console if i set NODE_ENV to "test" but it keeps clearing the console.

I need to disable this behavior because there are some bugs on the terminal that I need to see.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions