> - return work_done; > + if (work_done > budget) > + return budget; > + else > + return work_done; > } I don't know NAPI too well. Are there implications of not telling it the truth? Andrew
> - return work_done; > + if (work_done > budget) > + return budget; > + else > + return work_done; > } I don't know NAPI too well. Are there implications of not telling it the truth? Andrew
![]() |