Skip to content

Commit ae96928

Browse files
committed
fix lint issue
1 parent 42f1b0c commit ae96928

File tree

1 file changed

+1
-1
lines changed
  • packages/target-tools/src

1 file changed

+1
-1
lines changed

packages/target-tools/src/now.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (isNodeJS()) {
1919
const nodeLoadTime = moduleLoadTime - upTime;
2020

2121
// Same nano-precision implementation as performance-now lib
22-
nodeJsNow = function () {
22+
nodeJsNow = function nanoPrecisionNow() {
2323
return (getNanoSeconds() - nodeLoadTime) / MS_PER_NS;
2424
};
2525
}

0 commit comments

Comments
 (0)