mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 20:10:17 +00:00
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
5d73dfc55d
commit
f9ed436d03
@ -84,7 +84,7 @@ void add_module_sys(VM* vm){
|
||||
|
||||
vm->bind_func(stderr_, "write", 1, [](VM* vm, ArgsView args) {
|
||||
Str& s = CAST(Str&, args[0]);
|
||||
vm->_stderr(s.data, s.size);
|
||||
vm->stderr_write(s);
|
||||
return vm->None;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user