Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent
GNU Affero General Public License v3.0
37 stars 10 forks source link

[BUG] Line processing mode not working #193

Closed Unknown6656 closed 5 months ago

Unknown6656 commented 6 months ago

TODOs


Bug Description

When executing any (valid) AutoIt3-statement in "line processing mode", no output is printed to the CLI.

Steps to reproduce the Bug

  1. Open shell
  2. Execute autoit3 -ml "ConsoleWrite(@OSVERSION)"
  3. No ouput

Expected Behavior

Expected output:

> autoit3 -ml "ConsoleWrite(@OSVERSION)"
WIN32_NT

Operating System Type

Windows

Operating System Architecture

x64

Operating System Descriptor

Microsoft Windows [Version 10.0.22631.3296]

AutoIt Interpreter Version

+-----------------+
|     .=%B@XOE+.  |
|    . + XOX+=o   |   AUTOIT3 INTERPRETER
|     *oo+B.o..   |     Written by Unknown6656, 2018 - 2024
|    ..oo..o..    |
|        S..      |   https://github.com/Unknown6656/AutoIt-Interpreter/
|                 |
|                 |   Version 0.12.2279.8640, 16d8df1612f3f5baf4d886fc0cceee0335e6800f
|                 |   750C38797612057E030072B25778CA0D4147BD558C909A89D54A5214F013F154
|                 |
+-----------------+

Additional Information

No response

Unknown6656 commented 5 months ago

issue mostly resolved. question: should the last result value also be printed when in telemetry/timings/verbose mode?