mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
refactor(webcodecs): split codec decoders
This commit is contained in:
parent
dad1308cc4
commit
5620716a4f
14 changed files with 323 additions and 237 deletions
|
@ -16,6 +16,8 @@ const child = spawn(
|
|||
eslint,
|
||||
["--config", resolve(__dirname, "eslint.config.js"), "--fix", "."],
|
||||
{
|
||||
// https://github.com/nodejs/node/issues/52554
|
||||
shell: true,
|
||||
stdio: "inherit",
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue