1
0
Fork 0

Use Error convention

This commit is contained in:
s-pace 2018-11-02 10:13:54 +01:00
parent b5abdce7e0
commit b3a140645a

View file

@ -131,7 +131,7 @@ class DocSearch {
if (typeof args.inputSelector !== 'string') {
throw new Error(
`inputSelector:${
`Error: inputSelector:${
args.inputSelector
} must be a string. Each selector must match only one element and separated by ','`
);