Skip to content

Commit dae47e5

Browse files
korydraughnalanking
authored andcommitted
[#210] Fix rendering of table of contents for README.
1 parent 32fc629 commit dae47e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ The following arguments are strictly optional and may be used either in `Query`'
433433
434434
When the processing of a GenQuery2 resultset is complete, it is best practice to call the `close()` member function. Doing this will instruct the server to immediately free any resources allocated to the `Query` object. This is extremely important when multiple `Query` objects are executed within a single rule.
435435
436-
## Questions and Answers
436+
# Questions and Answers
437437
438-
### What happened to my `print` output?
438+
## What happened to my `print` output?
439439
440440
In iRODS server versions 4.3.0 and later, all standard streams are redirected to `/dev/null` in the server. This means that any data sent to `stdout` such as via a `print` statement in a rule run inside the server will be discarded.
441441
@@ -451,7 +451,7 @@ callback.writeLine('serverLog', 'hello, server log!')
451451

452452
Note that the `writeLine` microservice can also target `stdout` in addition to `serverLog`. `callback.writeLine('stdout', ...)` will have the same effect as running `print`. The output will be discarded.
453453

454-
### How do I pass values back to the caller, across rule engine plugin boundaries?
454+
## How do I pass values back to the caller, across rule engine plugin boundaries?
455455

456456
This is achieved by writing a value back _(as a string)_ to the appropriate index within the `rule_args` array. The caller is required to pass one or more variables as **out** parameters.
457457

0 commit comments

Comments
 (0)