You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
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
slate/packages/slate-tools/cli/commands/start.js
Line 80 in f273114
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.
The text was updated successfully, but these errors were encountered: