From a0ed1762f587389b334497a47df1c0a46cf308e5 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sun, 29 Dec 2024 09:19:32 -0500 Subject: [PATCH] make it releaseable --- native.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/native.ts b/native.ts index 0969c50..a543232 100644 --- a/native.ts +++ b/native.ts @@ -1,4 +1,3 @@ -import { exec } from "child_process"; const { spawn } = require("child_process"); export async function getUname(): Promise {