diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-30 16:33:27 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-30 16:33:27 -0400 |
| commit | 7c3b56a2e4552308014aa011493b33e3b054be94 (patch) | |
| tree | 2a4ff8619ffbfd0a2270b5ba02ee9328f0097206 /src/client/views/collections/CollectionSubView.tsx | |
| parent | 8f1159a8216a56caeabe9bed686852f18758eddb (diff) | |
fixed some scripting stuff on view specs
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index a15ed8f94..7386eaba6 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -66,6 +66,9 @@ export function CollectionSubView<T>(schemaCtor: (doc: Doc) => T) { if (res.success) { return res.result; } + else { + console.log(res.error); + } }); } return docs; |
