projects
/
platform
/
framework
/
web
/
wrtjs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6687b42
)
[SONARJS] Add fallback function return value
67/242667/5
author
surya.kumar7
<surya.kumar7@samsung.com>
Fri, 4 Sep 2020 04:50:01 +0000
(10:20 +0530)
committer
Surya Kumar
<surya.kumar7@samsung.com>
Fri, 4 Sep 2020 05:14:17 +0000
(
05:14
+0000)
This change fixes #444448 defect & adds a fallback
return value to the function
Change-Id: Ifd08a18e0622f65cc753a94750822df22b5c551d
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
wrt_app/common/config-search-paths.js
patch
|
blob
|
history
diff --git
a/wrt_app/common/config-search-paths.js
b/wrt_app/common/config-search-paths.js
index 1cb734b56d84bfc2f10231c516b6bd92c2e84ad9..dc0cea4bc7e3d4dd1c9a8125828044cd3c555f47 100644
(file)
--- a/
wrt_app/common/config-search-paths.js
+++ b/
wrt_app/common/config-search-paths.js
@@
-17,6
+17,7
@@
function isRequiredByApps() {
if (line.startsWith(keyRequireTerm))
return (stack[i + 1].indexOf(keyAppsTerm) !== -1);
}
+ return false;
}
function isRequestRestricted(request) {