remove insane unused shidd
This commit is contained in:
parent
cc8b5dd725
commit
7609b93466
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue