mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 01:50:44 -05:00
Improved console.log message accuracy
This commit is contained in:
parent
0368a230fb
commit
8103b9e191
@ -32,7 +32,7 @@ export const cleanPost = async () => {
|
||||
console.log("Removed `./dist/src` directory");
|
||||
|
||||
await fs.rm(path.normalize("./dist/package.json"), { recursive: true, force: true });
|
||||
console.log("Removed `./dist/package.json` directory");
|
||||
console.log("Removed `./dist/package.json`");
|
||||
} catch (error) {
|
||||
if (error instanceof Error && error.message.includes("does not exist")) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user