fix error when updating deps

This commit is contained in:
Reid 2023-07-20 16:58:29 -07:00
parent c6ba571cc7
commit 11e65f7565

View file

@ -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[] = []