Rewrite AppDomain to handle uncaughts & promises
This commit is contained in:
@@ -97,7 +97,7 @@ class ConditionalStream extends String
|
||||
this.__error = "Received data is too large to process";
|
||||
}
|
||||
|
||||
return new Buffer( this.hexData, "hex" ).toString( enc );
|
||||
return Buffer.from( this.hexData, "hex" ).toString( enc );
|
||||
}
|
||||
|
||||
resultStream()
|
||||
|
Reference in New Issue
Block a user