Light Mode
Dark Mode
Missing ")" in example code

Quick note: line 9 is missing the 2nd ")".

Current: console.log(unixMatch('somefile,txt', '*');

Corrected: console.log(unixMatch('somefile,txt', '*'));

Cheers

Created: Dec. 31, 2022, 1:59 p.m.
Updated: Jan. 2, 2023, 12:42 p.m.
0
14
User avatar
Rockwell70