Skip to content

Commit 42a589e

Browse files
committed
removed unwanted commits
1 parent ab5a625 commit 42a589e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/internal/url.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ function installObjectURLMethods() {
11041104
}
11051105

11061106
function revokeObjectURL(url) {
1107-
11081107
if (arguments.length === 0) {
11091108
throw new ERR_MISSING_ARGS('url');
11101109
}

test/parallel/test-url-revokeobjecturl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
const common = require('../common');
32

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

0 commit comments

Comments
 (0)