Update electron to 15.3.0
This commit is contained in:
parent
7de340a104
commit
519ca05911
16 changed files with 525 additions and 2393 deletions
|
@ -57,7 +57,7 @@ describe('WebSocket-Resource', () => {
|
|||
assert.strictEqual(message.response?.status, 200);
|
||||
const id = message.response?.id;
|
||||
|
||||
if (id instanceof Long) {
|
||||
if (Long.isLong(id)) {
|
||||
assert(id.equals(requestId));
|
||||
} else {
|
||||
assert(false, `id should be Long, got ${id}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue