remove insane unused shidd

This commit is contained in:
AAGaming 2023-10-31 19:51:13 -04:00
parent cc8b5dd725
commit 7609b93466
No known key found for this signature in database
GPG key ID: 00CFCD925A3E0C50

View file

@ -9,10 +9,6 @@
const fs = require("fs/promises"); const fs = require("fs/promises");
const path = require("path"); const path = require("path");
const log = (message, dotFormatting = chalk.blue) => {
console.log(` ${dotFormatting("•")} ${message}`);
};
const afterPackHook = async params => { const afterPackHook = async params => {
if (process.platform !== "linux") { if (process.platform !== "linux") {
// this fix is only required on linux // this fix is only required on linux