mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Release 8.1.0 (#11143)
This commit is contained in:
committed by
GitHub
parent
2e20c3da45
commit
de537f0a0d
@@ -68,7 +68,7 @@ describe('WebScript', () => {
|
||||
webscriptApi.executeWebScript('GET', 'sample/folder/Company%20Home').then((data) => {
|
||||
try {
|
||||
JSON.parse(data);
|
||||
} catch (e) {
|
||||
} catch {
|
||||
done();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user