Skip to content

Commit 48d4ae9

Browse files
author
Julien Heller
committed
Fix Error description
1 parent 8bc7ff2 commit 48d4ae9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/error/MissingInitializedPromiseError.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Thrown when DI cannot inject value into property decorated by @Inject decorator.
2+
* Thrown when user improperly uses the asyncInitialization Service option.
33
*/
44
export class MissingInitializedPromiseError extends Error {
55
name = "MissingInitializedPromiseError";
@@ -15,5 +15,4 @@ export class MissingInitializedPromiseError extends Error {
1515
);
1616
Object.setPrototypeOf(this, MissingInitializedPromiseError.prototype);
1717
}
18-
1918
}

0 commit comments

Comments
 (0)