Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 1d79303

Browse files
committed
update gulpfile
1 parent 8c04c24 commit 1d79303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ gulp.task('update-deps-rollup', (cb) => {
571571
//not fail.
572572
gulp.task('test-create-rollup', (cb) => {
573573
const azure = require('./lib/azure');
574-
const keys = Object.keys(azure).filter((key) => { return key.startsWith('create') && !key.startsWith('createASM') && key.endsWith('Client') && key !== 'createSchedulerClient'});
574+
const keys = Object.keys(azure).filter((key) => { return key.startsWith('create') && !key.startsWith('createASM') && key.endsWith('Client') && key !== 'createSchedulerClient' });
575575
//console.dir(keys);
576576
//console.log(keys.length);
577577
const creds = { signRequest: {} };

0 commit comments

Comments
 (0)