Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Aug 1, 2017
1 parent d106931 commit 26ee4ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/lib/dispatcher/app-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,8 @@ export class AppStore {
this.emitUpdate()
if (
(!options || !options.skipParsingModifiedSketchFiles) &&
kactusStatus.files && oldFiles
kactusStatus.files &&
oldFiles
) {
// parse the updated files
const modifiedFiles = kactusStatus.files.filter(f => {
Expand Down

0 comments on commit 26ee4ae

Please sign in to comment.