Commit ac1a000
authored
fix: ensure extension output populates ObjectIds in stream (#657)
* fix: ensure extension output populates ObjectIds in stream
* fix: use util.inspect to get string representation as message payload within the worker
* Update mongoDBService.test.ts
task: add assertion for objectId to unit test1 parent 00a875e commit ac1a000
File tree
2 files changed
+16
-3
lines changed- src
- language
- test/suite/language
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2977 | 2977 | | |
2978 | 2978 | | |
2979 | 2979 | | |
| 2980 | + | |
2980 | 2981 | | |
2981 | 2982 | | |
2982 | 2983 | | |
2983 | 2984 | | |
2984 | | - | |
| 2985 | + | |
2985 | 2986 | | |
2986 | 2987 | | |
2987 | 2988 | | |
2988 | 2989 | | |
2989 | | - | |
| 2990 | + | |
| 2991 | + | |
| 2992 | + | |
| 2993 | + | |
| 2994 | + | |
| 2995 | + | |
| 2996 | + | |
| 2997 | + | |
2990 | 2998 | | |
2991 | 2999 | | |
2992 | 3000 | | |
| |||
0 commit comments