Skip to content

Commit

Permalink
Update example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 26, 2021
1 parent 496d7b1 commit 4afc158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Expand Up @@ -5,7 +5,7 @@ var SVGSpriter = require('./lib/svg-sprite'),
glob = require('glob'),
cwd = path.join(__dirname, 'test', 'fixture', 'svg', 'single'),
dest = path.normalize(path.join(__dirname, 'tmp')),
files = glob.glob.sync('**/weather*.svg', { cwd: cwd });
files = glob.sync('**/weather*.svg', { cwd: cwd });
spriter = new SVGSpriter({
dest: dest,
log: 'debug'
Expand Down

0 comments on commit 4afc158

Please sign in to comment.