File tree Expand file tree Collapse file tree 4 files changed +3146
-1814
lines changed
packages/devtools-kit/src Expand file tree Collapse file tree 4 files changed +3146
-1814
lines changed Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 2.6.2" ,
55 "private" : true ,
6- "packageManager" : " pnpm@10.12.4 " ,
6+ "packageManager" : " pnpm@10.15.0 " ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " git+https://github.com/nuxt/devtools.git"
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ export function startSubprocess(
3232 tabOptions : TerminalState ,
3333 nuxt = useNuxt ( ) ,
3434) : {
35- getProcess : ( ) => ExecaChildProcess < string >
36- terminate : ( ) => void
37- restart : ( ) => void
38- clear : ( ) => void
39- } {
35+ getProcess : ( ) => ExecaChildProcess < string >
36+ terminate : ( ) => void
37+ restart : ( ) => void
38+ clear : ( ) => void
39+ } {
4040 const id = tabOptions . id
4141 let restarting = false
4242
You can’t perform that action at this time.
0 commit comments