Commit f8bb078
committed
fix: replace POSTJECT_SENTINEL_STRING macro with a const char*
Maybe that will fix this error:
```
Error: Could not find the sentinel POSTJECT_SENTINEL_fce680ab2cc467b6e072b8b5df1996b2: in the binary
at inject (dist/api.js:5147:11)
at async Context.<anonymous> (file:///home/circleci/project/test/cli.mjs:138:7)
```
Refs: https://app.circleci.com/pipelines/github/postmanlabs/postject/197/workflows/741145b6-e19e-4d09-b995-49eebc237962/jobs/1580
Signed-off-by: Darshan Sen <raisinten@gmail.com>1 parent 7a08958 commit f8bb078
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
0 commit comments