Skip to content

Commit be66258

Browse files
authored
NoopWatcher returns correctly (#4151)
1 parent f013fd1 commit be66258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/cloudformation/activation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function setTemplateRegistryInGlobals(registry: CloudFormationTemplateRegistry)
9090
return await asyncRegistry.getInstance()
9191
}
9292

93-
return NoopWatcher
93+
return new NoopWatcher()
9494
},
9595
})
9696
}

0 commit comments

Comments
 (0)