Skip to content

Commit

Permalink
removed unwanted commits
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTet committed Oct 29, 2023
1 parent ab5a625 commit 42a589e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/internal/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,6 @@ function installObjectURLMethods() {
}

function revokeObjectURL(url) {

if (arguments.length === 0) {
throw new ERR_MISSING_ARGS('url');
}
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-url-revokeobjecturl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';

Check failure on line 1 in test/parallel/test-url-revokeobjecturl.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

Mandatory module "common" must be loaded

Check failure on line 1 in test/parallel/test-url-revokeobjecturl.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

Mandatory module "common" must be loaded before any other modules
const common = require('../common');

// Test ensures that the function receives the url argument.

Expand Down

0 comments on commit 42a589e

Please sign in to comment.