set-interval-async icon indicating copy to clipboard operation
set-interval-async copied to clipboard

/node_modules/set-interval-async/dist/set-interval-async-timer.cjs:25

Open sauween opened this issue 1 year ago • 2 comments

image /node_modules/set-interval-async/dist/set-interval-async-timer.cjs:25 #scheduleTimeout(strategy, handler, intervalMs, delayMs, ...handlerArgs) { ^

SyntaxError: Unexpected token '('

/node_modules/set-interval-async/dist/set-interval-async-timer.cjs:33 async #runHandlerAndScheduleTimeout(strategy, handler, intervalMs, ...handlerArgs) { ^

SyntaxError: Unexpected token '('

sauween avatar Aug 23 '22 14:08 sauween

Hi @sauween

Thanks for your report. Could you please share the following?

node version set-interval-async version snippet of code causing the issue

ealmansi avatar Aug 24 '22 07:08 ealmansi

node -v v18.7.0 The picture is the state I can use after modification

sauween avatar Aug 25 '22 04:08 sauween