|
|
|
@ -88,10 +88,7 @@ export async function getExecNamePosPairs() { |
|
|
|
|
return formattedExec; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export async function getExec( |
|
|
|
|
execNamePosPair: [string, string], |
|
|
|
|
convert = true |
|
|
|
|
) { |
|
|
|
|
export async function getExec(execNamePosPair: string[], convert = true) { |
|
|
|
|
let content, metadata; |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|