v8.dev icon indicating copy to clipboard operation
v8.dev copied to clipboard

add return type explicitly to Torque sample code

Open Syuparn opened this issue 3 years ago • 0 comments

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`.

Syuparn avatar Sep 18 '22 22:09 Syuparn