* Stack now always in error

This commit is contained in:
Michael Van Canneyt 2025-01-09 10:49:35 +01:00
parent 46d2e67eca
commit 83f4749dcf

View File

@ -413,10 +413,6 @@ Type
class function With_ (code : String; Path, SysCall : String) : TZenFSErrnoError external name 'With';
errno : integer;
code : string;
{$IFNDEF NodeJS}
// Already in TJSError for nodejs
stack : string;
{$ENDIF}
function toJSON : TJSObject;
function toString : string; reintroduce;
function bufferSize : integer;