chore(plugins/community/splatoon): upgrade s3si to v2 (#1401) [skip ci]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -31,15 +31,16 @@ const args = [
|
|||||||
'--exporter=none'
|
'--exporter=none'
|
||||||
]
|
]
|
||||||
try {
|
try {
|
||||||
await Deno.spawn("deno", {
|
const command = new Deno.Command("deno", {
|
||||||
args,
|
args,
|
||||||
stdin: "inherit",
|
stdin: "inherit",
|
||||||
stdout: "inherit",
|
stdout: "inherit",
|
||||||
stderr: "inherit",
|
stderr: "inherit",
|
||||||
windowsRawArguments:true
|
windowsRawArguments:true
|
||||||
})
|
})
|
||||||
|
await command.output()
|
||||||
}
|
}
|
||||||
catch {}
|
catch (error) { console.log(error) }
|
||||||
|
|
||||||
//Extract profile.json and print instructions
|
//Extract profile.json and print instructions
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user