We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9040a48 commit fb0ad90Copy full SHA for fb0ad90
1 file changed
include/Ark/VM/VM.hpp
@@ -385,7 +385,7 @@ namespace Ark
385
* @param os
386
* @param colorize
387
*/
388
- void backtrace(internal::ExecutionContext& context, std::ostream& os = std::cout, bool colorize = true);
+ void backtrace(internal::ExecutionContext& context, std::ostream& os = std::cerr, bool colorize = true);
389
390
/**
391
* @brief Function called when the CALL instruction is met in the bytecode
0 commit comments