Skip to content

Commit 66696b7

Browse files
authored
fix tslint issue
semicolon was missing
1 parent f060a26 commit 66696b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ gulp.task('clean.once', (done: any) => {
134134
util.log('Skipping clean on rebuild');
135135
done();
136136
}
137-
})
137+
});

0 commit comments

Comments
 (0)