1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00
Lightcord/remove.js
Jean Ouina 2ec3765616 😳
2020-05-16 23:24:51 +02:00

3 lines
72 B
JavaScript

const fs = require("fs")
fs.rmdirSync("./distApp", {"recursive": true})