We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2628631 commit a649992Copy full SHA for a649992
karma-dart-evalcache.js
@@ -19,7 +19,7 @@ function createFactory(proxyPaths) {
19
function dartEvalCacheFactory(emitter, logger, customFileHandlers) {
20
var filesPromise = new common.PromiseContainer();
21
emitter.on('file_list_modified', function(files) {
22
- filesPromise.set(files);
+ filesPromise.set(Promise.resolve(files));
23
});
24
25
var serveFile = common.createServeFile(fs);
0 commit comments