mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Open imported company after import
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
f9927bdaaa
commit
b5fde733b0
3 changed files with 63 additions and 2 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue