new style for dialog roll and remove console.log debuggers

This commit is contained in:
moliloo 2025-07-05 14:08:43 -03:00
parent 9d76405221
commit 1d6b66d590
50 changed files with 677 additions and 234 deletions

View file

@ -2,8 +2,6 @@ import fs from 'fs';
import path from 'path';
import readline from 'readline';
console.log('Reforging Symlinks');
const askQuestion = question => {
const rl = readline.createInterface({
input: process.stdin,