mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
signals-dashboard: drop unused existsSync import
Synced from the-workshop@591591c. Round-3 review: existsSync became dead after PATH validation moved to statSync/accessSync. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// Supports stashing desks (48hr hold) and restoring them.
|
// Supports stashing desks (48hr hold) and restoring them.
|
||||||
|
|
||||||
import { createServer } from "node:http";
|
import { createServer } from "node:http";
|
||||||
import { existsSync, statSync, accessSync, realpathSync, constants as fsConstants } from "node:fs";
|
import { statSync, accessSync, realpathSync, constants as fsConstants } from "node:fs";
|
||||||
import { readdir, readFile, writeFile, stat } from "node:fs/promises";
|
import { readdir, readFile, writeFile, stat } from "node:fs/promises";
|
||||||
import { join, delimiter, sep } from "node:path";
|
import { join, delimiter, sep } from "node:path";
|
||||||
import { spawn } from "node:child_process";
|
import { spawn } from "node:child_process";
|
||||||
|
|||||||
Reference in New Issue
Block a user