v8.dev
v8.dev copied to clipboard
add return type explicitly to Torque sample code
Since implicit return type void is deprecated, void is added explicitly to the Torque hello world sample code.
Torque Error: Default void return types are deprecated. Add `: void`.