Skip to content

Commit 2df4615

Browse files
committed
remove duplicated global declaration
1 parent 790a7ec commit 2df4615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d8-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//
3838
// begin MISC setup;
3939

40-
/* globals load, print, Promise */
40+
/* globals load, print */
4141

4242
const global = new Function('return this;')();
4343
global.self = global;

0 commit comments

Comments
 (0)