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'
|
||||
]
|
||||
try {
|
||||
await Deno.spawn("deno", {
|
||||
const command = new Deno.Command("deno", {
|
||||
args,
|
||||
stdin: "inherit",
|
||||
stdout: "inherit",
|
||||
stderr: "inherit",
|
||||
windowsRawArguments:true
|
||||
})
|
||||
await command.output()
|
||||
}
|
||||
catch {}
|
||||
catch (error) { console.log(error) }
|
||||
|
||||
//Extract profile.json and print instructions
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user