Skip to content

Commit

Permalink
Merge 571b8ea into 9d3da21
Browse files Browse the repository at this point in the history
  • Loading branch information
snejati86 committed Aug 2, 2018
2 parents 9d3da21 + 571b8ea commit a17db94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript-ioc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,6 @@ class InjectorHanlder {
return <FunctionConstructor>typeConstructor;
}
}
throw TypeError('Can not identify the base Type for requested target');
throw TypeError('Can not identify the base Type for requested target ' + target.toString());
}
}

0 comments on commit a17db94

Please sign in to comment.