Skip to content

Commit 2d59dc3

Browse files
committed
docs: disable running example due to cross-realm issues
1 parent cab141b commit 2d59dc3

File tree

1 file changed

+4
-0
lines changed
  • lib/node_modules/@stdlib/array/datespace

1 file changed

+4
-0
lines changed

lib/node_modules/@stdlib/array/datespace/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ var arr = datespace( start, end, 6 );
5252

5353
The `start` and `stop` times may be either [`Date`][mdn-date-object] objects, date strings, Unix timestamps, or JavaScript timestamps.
5454

55+
<!-- FIXME: issue with executing in different realms and validating a Date object. -->
56+
57+
<!-- run-disable -->
58+
5559
```javascript
5660
// JavaScript timestamps:
5761
var end = 1417503654973;

0 commit comments

Comments
 (0)