Skip to content

Commit bc06695

Browse files
committed
fix lint
1 parent bbb871a commit bc06695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ def configure_v8(o, configs):
18331833
release='0',
18341834
debug='1'
18351835
)
1836-
1836+
18371837
o['variables']['v8_enable_webassembly'] = 0 if options.v8_lite_mode else 1
18381838
o['variables']['v8_enable_javascript_promise_hooks'] = 1
18391839
o['variables']['v8_enable_lite_mode'] = 1 if options.v8_lite_mode else 0

0 commit comments

Comments
 (0)