Fix build

This commit is contained in:
Rachel Macfarlane
2018-04-17 17:11:35 -07:00
parent ee9328b08c
commit e1bb620efd

View File

@@ -65,7 +65,8 @@ export class MainThreadComments extends Disposable implements MainThreadComments
},
provideNewCommentRange: async (model, token) => {
return await this.provideNewCommentRange(model);
}
},
onDidChangeCommentThreads: null
});
});
}