Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb committed Jan 19, 2024
1 parent 2db3c77 commit 8724c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rainbow.js
@@ -1,6 +1,6 @@
import { setTimeout as delay } from 'node:timers/promises';

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 18

There should be no space after '{'.

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 18

There should be no space before '}'.

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space after '{'.

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 16

There should be no space before '}'.

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space after '{'.

Check failure on line 1 in examples/rainbow.js

View workflow job for this annotation

GitHub Actions / Node.js 14

There should be no space before '}'.
import convertColor from 'color-convert';
import updateLog from 'log-update';
import delay from 'yoctodelay';
import chalk from '../source/index.js';

const ignoreChars = /[^!-~]/g;
Expand Down

0 comments on commit 8724c55

Please sign in to comment.