fix error when updating deps
This commit is contained in:
parent
c6ba571cc7
commit
11e65f7565
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ let hotReloader: HotReloader | undefined
|
||||||
* This is thrown when a container necessary for the provided host doesn't
|
* This is thrown when a container necessary for the provided host doesn't
|
||||||
* exist.
|
* exist.
|
||||||
*/
|
*/
|
||||||
export function start<T extends unknown[]>(container: Host, loop: Loop<T>, debug: Debugger): void {
|
export function start<T extends unknown[]>(container: Host, loop: Loop<T>, debug: Debugger<T>): void {
|
||||||
if (!firstRunSystems) return
|
if (!firstRunSystems) return
|
||||||
|
|
||||||
const containers: Instance[] = []
|
const containers: Instance[] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue