Open imported company after import

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-23 16:41:52 -05:00
parent f9927bdaaa
commit b5fde733b0
3 changed files with 63 additions and 2 deletions

View file

@ -169,7 +169,7 @@ async function requestJson<T>(url: string, init?: RequestInit): Promise<T> {
return response.json() as Promise<T>;
}
function openUrl(url: string): boolean {
export function openUrl(url: string): boolean {
const platform = process.platform;
try {
if (platform === "darwin") {