mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
const fs = require("fs");
|
|
|
|
fs.rmdirSync("./data/test-chrome-profile", {
|
|
recursive: true,
|
|
});
|