mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 00:47:47 +02:00
* Stack now always in error
This commit is contained in:
parent
46d2e67eca
commit
83f4749dcf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user