mirror of
https://github.com/janet-lang/janet
synced 2025-10-31 23:53:02 +00:00
Make coloring changes to the repl
This commit is contained in:
@@ -499,7 +499,7 @@ void gst_init(Gst *vm) {
|
||||
vm->nextCollection = 0;
|
||||
/* Setting memoryInterval to zero forces
|
||||
* a collection pretty much every cycle, which is
|
||||
* obviously horrible for performance, but helps ensure
|
||||
* horrible for performance, but helps ensure
|
||||
* there are no memory bugs during dev */
|
||||
vm->memoryInterval = 0;
|
||||
vm->black = 0;
|
||||
|
||||
Reference in New Issue
Block a user