Node updated. Some todos.
This commit is contained in:
3
Scripts/node_modules/chromium-bidi/lib/cjs/utils/assert.js
generated
vendored
3
Scripts/node_modules/chromium-bidi/lib/cjs/utils/assert.js
generated
vendored
@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.assert = void 0;
|
||||
exports.assert = assert;
|
||||
/**
|
||||
* Copyright 2023 Google LLC.
|
||||
* Copyright (c) Microsoft Corporation.
|
||||
@ -22,5 +22,4 @@ function assert(predicate, message) {
|
||||
throw new Error(message ?? 'Internal assertion failed.');
|
||||
}
|
||||
}
|
||||
exports.assert = assert;
|
||||
//# sourceMappingURL=assert.js.map
|
||||
Reference in New Issue
Block a user